mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
Fixed editor text selection bug in Safari dark mode
This commit is contained in:
parent
4148db6fd6
commit
6213587ad9
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user