no difference in styling when active tree node is in focus or not because focused class is unreliable

This commit is contained in:
zadam 2020-09-12 23:06:03 +02:00
parent 63ebb46049
commit 0ca0996751

View File

@ -104,11 +104,7 @@ const TPL = `
border-radius: 5px; border-radius: 5px;
} }
span.fancytree-active:not(.fancytree-focused) .fancytree-title { span.fancytree-active .fancytree-title, span.fancytree-active.fancytree-selected .fancytree-title {
border-style: dashed !important;
}
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;
border-color: var(--main-background-color) !important; /* invisible border */ border-color: var(--main-background-color) !important; /* invisible border */