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

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