style(next)/formatting toolbar: tweak the appearance of the toolbar buttons in the "on" state

This commit is contained in:
Adorian Doran 2025-05-23 17:03:34 +03:00
parent 9389c58e89
commit a0aa7b6721

View File

@ -237,9 +237,9 @@
--help-code-background: #d7d5d5;
--ck-editor-popup-border-color: var(--dropdown-border-color);
--ck-editor-toolbar-button-on-background: #00000017;
--ck-editor-toolbar-button-on-background: #00000030;
--ck-editor-toolbar-button-on-color: black;
--ck-editor-toolbar-button-on-shadow: 1px 1px 1px rgba(0, 0, 0, .35);
--ck-editor-toolbar-button-on-shadow: none;
--ck-editor-toolbar-dropdown-button-open-background: #0000000f;
}