From 831d1b4f3ae43c1116b0fc0f9314f7ae89930d70 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 6 Dec 2025 09:02:22 +0200 Subject: [PATCH] chore(text): remove workaround for superscript icon --- apps/client/src/stylesheets/style.css | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/apps/client/src/stylesheets/style.css b/apps/client/src/stylesheets/style.css index 2db0cc324..e395dbbb3 100644 --- a/apps/client/src/stylesheets/style.css +++ b/apps/client/src/stylesheets/style.css @@ -1015,15 +1015,9 @@ div[data-notify="container"] { font-family: var(--monospace-font-family); } -svg.ck-icon { - &.ck-icon_inherit-color path[fill="#333"] { - fill: currentColor; - } - - &.note-icon { - color: var(--main-text-color); - font-size: 20px; - } +svg.ck-icon.note-icon { + color: var(--main-text-color); + font-size: 20px; } .ck-content {