mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-18 16:32:33 +08:00
style(next)/formatting toolbar/color dropdowns: tweak the current color checkmark
This commit is contained in:
parent
123f8af4c2
commit
726a89f5f9
@ -173,6 +173,15 @@
|
|||||||
border-bottom-right-radius: var(--ck-border-radius);
|
border-bottom-right-radius: var(--ck-border-radius);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Current color checkmark */
|
||||||
|
:root .ck.ck-color-selector .ck-icon {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
:root .ck.ck-color-selector .ck-icon__fill {
|
||||||
|
fill: black !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* Table dropdown */
|
/* Table dropdown */
|
||||||
|
|
||||||
.ck-insert-table-dropdown__grid {
|
.ck-insert-table-dropdown__grid {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user