mirror of
https://github.com/zadam/trilium.git
synced 2025-01-16 12:08:03 +08:00
distinction between unfocused active and hovered node - unfocused active has dashed border
This commit is contained in:
parent
c827d38f39
commit
3b76939f17
1 changed files with 4 additions and 0 deletions
|
@ -194,6 +194,10 @@ span.fancytree-active .fancytree-title {
|
|||
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 {
|
||||
color: var(--active-item-text-color) !important;
|
||||
background-color: var(--active-item-background-color) !important;
|
||||
|
|
Loading…
Reference in a new issue