mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-04 08:54:36 +03:00
Fixed Koenig action bar icon color in dark mode
fixes https://github.com/TryGhost/Product/issues/3846 - when the lexical editor is turned off, some action bar icons appear as black in dark mode - this fixes the icon and divider color for the mobiledoc editor
This commit is contained in:
parent
e32e0cb7af
commit
1b1d871374
@ -27,7 +27,7 @@
|
||||
}
|
||||
|
||||
.kg-action-bar-divider {
|
||||
background: var(--lightgrey);
|
||||
background: color-mod(var(--lightgrey) l(+5%));;
|
||||
}
|
||||
|
||||
.kg-action-bar .fill-white g,
|
||||
@ -35,6 +35,11 @@
|
||||
fill: var(--darkgrey);
|
||||
}
|
||||
|
||||
.kg-action-bar .fill-white-no-conflict g,
|
||||
.kg-action-bar .fill-white-no-conflict path {
|
||||
fill: #fff;
|
||||
}
|
||||
|
||||
|
||||
/* Card menu */
|
||||
.koenig-cardmenu {
|
||||
|
Loading…
Reference in New Issue
Block a user