From 795897d3b6226a3f13cfdbce9e2379609c2bdf24 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Thu, 22 May 2025 20:16:58 +0300 Subject: [PATCH] style(next)/formatting toolbar/color picker dropdown: remove the shadow of the selected color button --- apps/client/src/stylesheets/theme-next/notes/text.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/client/src/stylesheets/theme-next/notes/text.css b/apps/client/src/stylesheets/theme-next/notes/text.css index b214cf4f5..c19420d72 100644 --- a/apps/client/src/stylesheets/theme-next/notes/text.css +++ b/apps/client/src/stylesheets/theme-next/notes/text.css @@ -179,6 +179,11 @@ /* Color picker dropdown */ +/* Color palette */ +:root .ck.ck-color-selector .ck-color-grid { + --ck-editor-toolbar-button-on-shadow: none; /* Remove the shadow of the selected color button */ +} + /* Color picker button */ :root .ck.ck-color-selector .ck-color-grids-fragment .ck-button.ck-color-selector__color-picker { --ck-color-base-border: transparent; /* Remove the top border */