style(next)/formatting toolbar/color picker dropdown: fix the icon colors

This commit is contained in:
Adorian Doran 2025-05-22 18:05:21 +03:00
parent b837f6a775
commit 27ddbf8a86

View File

@ -174,11 +174,11 @@
}
/* Current color checkmark */
:root .ck.ck-color-selector .ck-icon {
:root .ck.ck-color-selector .ck-color-grid .ck-icon {
color: white;
}
:root .ck.ck-color-selector .ck-icon__fill {
:root .ck.ck-color-selector .ck-color-grid .ck-icon__fill {
fill: black !important;
}