style/tree items: fix hover color for the active item

This commit is contained in:
Adorian Doran 2026-02-26 09:35:29 +02:00
parent 6b82943871
commit af0e4088a6

View File

@ -683,7 +683,8 @@ body.layout-vertical.background-effects div.quick-search .dropdown-menu {
padding-inline-start: 12px;
}
#left-pane span.fancytree-node.fancytree-active {
#left-pane span.fancytree-node.fancytree-active,
#left-pane span.fancytree-node.fancytree-active:hover {
position: relative;
background: transparent;
color: var(--custom-color, var(--left-pane-item-selected-color));