mirror of
https://github.com/zadam/trilium.git
synced 2026-02-07 14:24:26 +01:00
style/tree/tree item icons: fix color for tinted tree items
This commit is contained in:
parent
51d8b13a81
commit
6e792f9735
@ -769,7 +769,7 @@ body.mobile .fancytree-node > span {
|
||||
|
||||
#left-pane .fancytree-custom-icon {
|
||||
margin-top: 0; /* Use this to align the icon with the tree view item's caption */
|
||||
color: var(--left-pane-icon-color);
|
||||
color: var(--custom-color, var(--left-pane-icon-color));
|
||||
}
|
||||
|
||||
#left-pane span.fancytree-active .fancytree-title {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user