We ran into the problem that SVGs were not displayed in tree views. (Universal GUI 2024.2.14)
After adding this to custom.css, the svg icons became visible:
1svg {2 width: 24px;3 height: 24px; 4}
Side effect of this, is that charts are no longer displayed.
I don’t believe this is solved as was mentioned in this post:
What can we do now?