mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-11 02:42:27 +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;
|
box-shadow: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
:root .ck.ck-list__item{
|
:root .ck.ck-list__item {
|
||||||
min-width: 10em;
|
min-width: 10em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Item with icon */
|
||||||
|
:root .ck.ck-button_with-text svg:first-child {
|
||||||
|
color: var(--menu-item-icon-color);
|
||||||
|
}
|
||||||
|
|
||||||
/* Checked list item */
|
/* Checked list item */
|
||||||
|
|
||||||
:root ul.ck.ck-list button.ck-button:hover,
|
:root ul.ck.ck-list button.ck-button:hover,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user