mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
style(next)/formatting toolbar: tweak the icon color of dropdown items
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user