mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-31 11:49:01 +08:00
Tweak tree view items
This commit is contained in:
parent
bb3f779d34
commit
07a766d304
@ -255,6 +255,12 @@
|
||||
#left-pane span.fancytree-node {
|
||||
border: unset;
|
||||
border-radius: 6px;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
/* The root element of the tree */
|
||||
#left-pane .fancytree-container > li:first-child > span {
|
||||
padding-left: 12px;
|
||||
}
|
||||
|
||||
#left-pane span.fancytree-node.fancytree-active {
|
||||
@ -285,6 +291,16 @@
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
#left-pane .fancytree-expander {
|
||||
opacity: .65;
|
||||
transition: opacity 150ms ease-in;
|
||||
}
|
||||
|
||||
#left-pane .fancytree-expander:hover {
|
||||
opacity: 1;
|
||||
transition: opacity 300ms ease-out;
|
||||
}
|
||||
|
||||
#left-pane .fancytree-custom-icon {
|
||||
position: relative;
|
||||
z-index: 1000;
|
||||
@ -298,6 +314,10 @@
|
||||
background: var(--left-pane-item-hover-background);
|
||||
}
|
||||
|
||||
#left-pane span.fancytree-node.shared .fancytree-title::after {
|
||||
opacity: .5;
|
||||
}
|
||||
|
||||
/*
|
||||
* Menus
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user