mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 18:39:22 +08:00
style(next)/formatting toolbar: tweak the icon color of dropdown items
This commit is contained in:
parent
4651ce2c4c
commit
4d0e956a09
@ -136,10 +136,15 @@
|
||||
box-shadow: unset;
|
||||
}
|
||||
|
||||
:root .ck.ck-list__item{
|
||||
:root .ck.ck-list__item {
|
||||
min-width: 10em;
|
||||
}
|
||||
|
||||
/* Item with icon */
|
||||
:root .ck.ck-button_with-text svg:first-child {
|
||||
color: var(--menu-item-icon-color);
|
||||
}
|
||||
|
||||
/* Checked list item */
|
||||
|
||||
:root ul.ck.ck-list button.ck-button:hover,
|
||||
|
Loading…
x
Reference in New Issue
Block a user