style(next)/formatting toolbar: tweak the icon color of dropdown items

This commit is contained in:
Adorian Doran 2025-05-22 23:00:43 +03:00
parent 4651ce2c4c
commit 4d0e956a09

View File

@ -136,10 +136,15 @@
box-shadow: unset; box-shadow: unset;
} }
:root .ck.ck-list__item{ :root .ck.ck-list__item {
min-width: 10em; min-width: 10em;
} }
/* Item with icon */
:root .ck.ck-button_with-text svg:first-child {
color: var(--menu-item-icon-color);
}
/* Checked list item */ /* Checked list item */
:root ul.ck.ck-list button.ck-button:hover, :root ul.ck.ck-list button.ck-button:hover,