active note has also border to make it more prominent

This commit is contained in:
zadam 2019-06-16 10:53:30 +02:00
parent 12b17b1e9e
commit c5daaf541a

View file

@ -190,7 +190,8 @@ span.fancytree-node.fancytree-active-clone:not(.fancytree-active) .fancytree-tit
span.fancytree-active .fancytree-title {
font-weight: bold;
border-color: var(--main-background-color) !important; /* invisible border */
border-color: var(--main-border-color) !important;
border-radius: 5px;
}
span.fancytree-focused .fancytree-title, span.fancytree-focused.fancytree-selected .fancytree-title {