style(next)/formatting toolbar/color picker dropdown: remove the shadow of the selected color button

This commit is contained in:
Adorian Doran 2025-05-22 20:16:58 +03:00
parent 66047e3569
commit 795897d3b6

View File

@ -179,6 +179,11 @@
/* Color picker dropdown */ /* Color picker dropdown */
/* Color palette */
:root .ck.ck-color-selector .ck-color-grid {
--ck-editor-toolbar-button-on-shadow: none; /* Remove the shadow of the selected color button */
}
/* Color picker button */ /* Color picker button */
:root .ck.ck-color-selector .ck-color-grids-fragment .ck-button.ck-color-selector__color-picker { :root .ck.ck-color-selector .ck-color-grids-fragment .ck-button.ck-color-selector__color-picker {
--ck-color-base-border: transparent; /* Remove the top border */ --ck-color-base-border: transparent; /* Remove the top border */