From 9389c58e89b52e34377d7807226ef645e2cbb0cd Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Fri, 23 May 2025 16:48:10 +0300 Subject: [PATCH] style(next)/formatting toolbar/insert table dropdown: apply a shadow for the highlighted cell buttons --- apps/client/src/stylesheets/theme-next/notes/text.css | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/client/src/stylesheets/theme-next/notes/text.css b/apps/client/src/stylesheets/theme-next/notes/text.css index 98b82fea6..390f0d937 100644 --- a/apps/client/src/stylesheets/theme-next/notes/text.css +++ b/apps/client/src/stylesheets/theme-next/notes/text.css @@ -315,6 +315,7 @@ --ck-color-focus-border: var(--hover-item-text-color); /* Selected cell box border color */ --ck-color-focus-outer-shadow: var(--hover-item-background-color); /* Selected cell box background color */ --ck-border-radius: 0; + --ck-editor-toolbar-button-on-shadow: 1px 1px 1px rgba(0, 0, 0, .35); } /* Selected rows / column counter */