mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05: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
1 changed files with 6 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.kg-action-bar-divider {
|
.kg-action-bar-divider {
|
||||||
background: var(--lightgrey);
|
background: color-mod(var(--lightgrey) l(+5%));;
|
||||||
}
|
}
|
||||||
|
|
||||||
.kg-action-bar .fill-white g,
|
.kg-action-bar .fill-white g,
|
||||||
|
@ -35,6 +35,11 @@
|
||||||
fill: var(--darkgrey);
|
fill: var(--darkgrey);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.kg-action-bar .fill-white-no-conflict g,
|
||||||
|
.kg-action-bar .fill-white-no-conflict path {
|
||||||
|
fill: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Card menu */
|
/* Card menu */
|
||||||
.koenig-cardmenu {
|
.koenig-cardmenu {
|
||||||
|
|
Loading…
Add table
Reference in a new issue