From 13f2854749445f6663831c4159abd0808a7f09c7 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Wed, 21 May 2025 23:59:39 +0300 Subject: [PATCH] style(next)/formatting toolbar: fix a glitch --- apps/client/src/stylesheets/theme-next/notes/text.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/stylesheets/theme-next/notes/text.css b/apps/client/src/stylesheets/theme-next/notes/text.css index 6f1894e96..7d9c12dbf 100644 --- a/apps/client/src/stylesheets/theme-next/notes/text.css +++ b/apps/client/src/stylesheets/theme-next/notes/text.css @@ -27,7 +27,7 @@ --ck-border-radius: 6px; } -.ck.ck-toolbar .ck-button.ck-on:not(.ck-dropdown__button) { +.ck.ck-toolbar .ck-button.ck-on:not(.ck-dropdown__button):not(.ck-list-item-button) { --ck-color-button-on-background: var(--ck-editor-toolbar-button-on-background); --ck-color-button-on-color: var(--ck-editor-toolbar-button-on-color); box-shadow: var(--ck-editor-toolbar-button-on-shadow);