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,10 +1016,8 @@ div[data-notify="container"] {
} }
svg.ck-icon { svg.ck-icon {
&.ck-icon_inherit-color { &.ck-icon_inherit-color path[fill="#333"] {
* { fill: currentColor;
fill: currentColor;
}
} }
&.note-icon { &.note-icon {