mirror of
https://github.com/zadam/trilium.git
synced 2026-01-03 22:19:52 +01:00
fix leaf node having angle bracket in dark & black themes, closes #387
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user