distinction between unfocused active and hovered node - unfocused active has dashed border

This commit is contained in:
zadam 2019-06-17 22:30:26 +02:00
parent c827d38f39
commit 3b76939f17

View file

@ -194,6 +194,10 @@ span.fancytree-active .fancytree-title {
border-radius: 5px; border-radius: 5px;
} }
span.fancytree-active:not(.fancytree-focused) .fancytree-title {
border-style: dashed !important;
}
span.fancytree-focused .fancytree-title, span.fancytree-focused.fancytree-selected .fancytree-title { span.fancytree-focused .fancytree-title, span.fancytree-focused.fancytree-selected .fancytree-title {
color: var(--active-item-text-color) !important; color: var(--active-item-text-color) !important;
background-color: var(--active-item-background-color) !important; background-color: var(--active-item-background-color) !important;