mirror of
https://github.com/zadam/trilium.git
synced 2025-01-17 20:48:12 +08:00
fix leaf node having angle bracket in dark & black themes, closes #387
This commit is contained in:
parent
67630b1a22
commit
f90ed99a40
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ ul.fancytree-container {
|
|||
|
||||
/* this is done to preserve correct indentation. Better solution would be preferable */
|
||||
.fancytree-node:not(.fancytree-folder) .fancytree-expander:before {
|
||||
color: white;
|
||||
color: var(--main-background-color); /* setting to background color makes this invisible */
|
||||
}
|
||||
|
||||
.fancytree-node.fancytree-expanded .fancytree-expander:before {
|
||||
|
|
Loading…
Reference in a new issue