fix(ckeditor): markdown icon broken due to a workaround

This commit is contained in:
Elian Doran 2025-12-02 10:27:13 +02:00
parent 2e767ffde1
commit dc211b4d00
No known key found for this signature in database

View File

@ -1016,11 +1016,9 @@ div[data-notify="container"] {
}
svg.ck-icon {
&.ck-icon_inherit-color {
* {
&.ck-icon_inherit-color path[fill="#333"] {
fill: currentColor;
}
}
&.note-icon {
color: var(--main-text-color);