style/text editor/block toolbar button: tweak

This commit is contained in:
Adorian Doran 2026-02-02 20:57:38 +02:00
parent 348c00f86d
commit facd56cdf4

View File

@ -48,10 +48,13 @@
/* The toolbar show / hide button for the current text block */
:root .ck.ck-block-toolbar-button {
--ck-color-block-toolbar-button: var(--muted-text-color);
--ck-color-button-on-background: transparent;
--ck-color-button-on-color: currentColor;
translate: -30% 0;
z-index: 5000;
--ck-color-button-on-color: var(--ck-editor-toolbar-button-on-color);
translate: -40% 0;
min-width: 0;
padding: 0;
z-index: 1600;
}
:root .ck.ck-toolbar .ck-button:not(.ck-disabled):active,