From a0aa7b6721ebba1c452056eff6420e4dd67f042e Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Fri, 23 May 2025 17:03:34 +0300 Subject: [PATCH] style(next)/formatting toolbar: tweak the appearance of the toolbar buttons in the "on" state --- apps/client/src/stylesheets/theme-next-light.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/client/src/stylesheets/theme-next-light.css b/apps/client/src/stylesheets/theme-next-light.css index 3b9907eb8..a53ef1e97 100644 --- a/apps/client/src/stylesheets/theme-next-light.css +++ b/apps/client/src/stylesheets/theme-next-light.css @@ -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; }