fix(css): the import-markdown icon was displayed as a black square

This commit is contained in:
SiriusXT 2025-11-30 15:27:33 +08:00
parent f5d180af6b
commit 2163334c4f

View File

@ -1009,7 +1009,7 @@ div[data-notify="container"] {
svg.ck-icon { svg.ck-icon {
&.ck-icon_inherit-color { &.ck-icon_inherit-color {
* { path {
fill: currentColor; fill: currentColor;
} }
} }