Fixed editor text selection bug in Safari dark mode

This commit is contained in:
Sanne de Vries 2021-03-24 15:12:40 +01:00
parent 4148db6fd6
commit 6213587ad9

View File

@ -894,8 +894,9 @@ input:focus,
background: var(--lightgrey);
}
/* Opacity needed to display correctly in Safari */
::selection {
background: color-mod(var(--lightgrey-l1));
background: rgb(55, 59, 67, 0.99);
}
.user-image {