mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-10-02 02:41:34 +08:00
style(next)/formatting toolbar/color picker dropdown: remove the shadow of the selected color button
This commit is contained in:
parent
66047e3569
commit
795897d3b6
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user