Skip to content

Commit a5c5486

Browse files
committed
client/note color picker: tweak style
1 parent 926f0f8 commit a5c5486

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

apps/client/src/stylesheets/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -494,6 +494,10 @@ body #context-menu-container .dropdown-item > span {
494494
width: 100%;
495495
}
496496

497+
.dropdown-menu .note-color-picker {
498+
padding: 10px 12px 8px 12px;
499+
}
500+
497501
.cm-editor {
498502
height: 100%;
499503
outline: none !important;

apps/client/src/stylesheets/theme-next/base.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,12 @@ li.dropdown-item a.dropdown-item-button:focus-visible {
347347
outline: 2px solid var(--input-focus-outline-color) !important;
348348
}
349349

350+
:root .dropdown-menu .note-color-picker {
351+
padding: 4px 10px;
352+
--note-color-picker-clear-color-cell-background: var(--main-text-color);
353+
--note-color-picker-clear-color-cell-selection-outline-color: var(--main-text-color);
354+
}
355+
350356
/*
351357
* TOASTS
352358
*/

0 commit comments

Comments
 (0)