The dashed line on the left side of the tree remains white while I can change colors of the svgs with 'fill'. I added the following to a css file but neither worked:
.treeview > .contents {
border-left: '1px dashed rgba(0,255,0,0.4)',
}
.contents {
border-left: '1px dashed rgba(0,255,0,0.4)',
}
The dashed line on the left side of the tree remains white while I can change colors of the svgs with 'fill'. I added the following to a css file but neither worked: