mirror of
https://github.com/zadam/trilium.git
synced 2025-06-05 17:38:47 +02:00
fix leaf node having angle bracket in dark & black themes, closes #387
This commit is contained in:
parent
67630b1a22
commit
f90ed99a40
@ -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…
x
Reference in New Issue
Block a user