mirror of
https://github.com/zadam/trilium.git
synced 2025-01-17 20:48:12 +08:00
make tree selection more visually consistent
This commit is contained in:
parent
484715e440
commit
52b1e58b26
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ span.fancytree-active.fancytree-focused .fancytree-title {
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
span.fancytree-active:not(.fancytree-focused) .fancytree-title {
|
span.fancytree-active:not(.fancytree-focused) .fancytree-title, span.fancytree-selected .fancytree-title {
|
||||||
color: var(--hover-item-text-color) !important;
|
color: var(--hover-item-text-color) !important;
|
||||||
background-color: var(--hover-item-background-color) !important;
|
background-color: var(--hover-item-background-color) !important;
|
||||||
border-color: #ddd !important;
|
border-color: #ddd !important;
|
||||||
|
|
Loading…
Reference in a new issue