mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
no difference in styling when active tree node is in focus or not because focused class is unreliable
This commit is contained in:
parent
63ebb46049
commit
0ca0996751
@ -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 */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user