From 1b1d871374e88324c37b64e32ccbca6a1ed9116b Mon Sep 17 00:00:00 2001 From: Sodbileg Gansukh Date: Tue, 12 Sep 2023 16:27:55 +0800 Subject: [PATCH] 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 --- ghost/admin/app/styles/components/koenig-dark.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ghost/admin/app/styles/components/koenig-dark.css b/ghost/admin/app/styles/components/koenig-dark.css index 5808706b99..ff7604a8ce 100644 --- a/ghost/admin/app/styles/components/koenig-dark.css +++ b/ghost/admin/app/styles/components/koenig-dark.css @@ -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 {