style/tree/tree item icons: fix color for tinted tree items

This commit is contained in:
Adorian Doran 2026-02-03 01:25:28 +02:00
parent 51d8b13a81
commit 6e792f9735

View File

@ -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 {