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:
Sodbileg Gansukh 2023-09-12 16:27:55 +08:00
parent e32e0cb7af
commit 1b1d871374

View File

@ -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 {