In my TreeView I have the usual <ul>-Bullets, like you can see in the attachment. In the second attachment I put the screenshot from my Google Chrome development tools where I see that the option in question
"list-style-type: disc"
is set by the Chrome Style Sheet. So I defined my own style sheet and imported it to my component where I set
ul { list-style-type: none;}
But it does not have any effect. What am I doing wrong then?
