mirror of
https://github.com/zadam/trilium.git
synced 2026-03-01 01:53:38 +01:00
style/tree items: fix hover color for the active item
This commit is contained in:
parent
6b82943871
commit
af0e4088a6
@ -683,7 +683,8 @@ body.layout-vertical.background-effects div.quick-search .dropdown-menu {
|
||||
padding-inline-start: 12px;
|
||||
}
|
||||
|
||||
#left-pane span.fancytree-node.fancytree-active {
|
||||
#left-pane span.fancytree-node.fancytree-active,
|
||||
#left-pane span.fancytree-node.fancytree-active:hover {
|
||||
position: relative;
|
||||
background: transparent;
|
||||
color: var(--custom-color, var(--left-pane-item-selected-color));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user