fix leaf node having angle bracket in dark & black themes, closes #387

This commit is contained in:
zadam 2019-01-27 21:54:24 +01:00
parent 67630b1a22
commit f90ed99a40

View file

@ -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 {