From dc211b4d00de5942cd0bb6dd6f5d9a4fa66f9c4a Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Tue, 2 Dec 2025 10:27:13 +0200 Subject: [PATCH] fix(ckeditor): markdown icon broken due to a workaround --- apps/client/src/stylesheets/style.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/apps/client/src/stylesheets/style.css b/apps/client/src/stylesheets/style.css index 4573b7d77..2db0cc324 100644 --- a/apps/client/src/stylesheets/style.css +++ b/apps/client/src/stylesheets/style.css @@ -1016,10 +1016,8 @@ div[data-notify="container"] { } svg.ck-icon { - &.ck-icon_inherit-color { - * { - fill: currentColor; - } + &.ck-icon_inherit-color path[fill="#333"] { + fill: currentColor; } &.note-icon {