style(next)/formatting toolbar/color dropdowns: tweak the current color checkmark

This commit is contained in:
Adorian Doran 2025-05-22 00:16:23 +03:00
parent 123f8af4c2
commit 726a89f5f9

View File

@ -173,6 +173,15 @@
border-bottom-right-radius: var(--ck-border-radius);
}
/* Current color checkmark */
:root .ck.ck-color-selector .ck-icon {
color: white;
}
:root .ck.ck-color-selector .ck-icon__fill {
fill: black !important;
}
/* Table dropdown */
.ck-insert-table-dropdown__grid {