drcmda / drcmda/react-animated-tree

Changing the color of the dashed line on the left side when a tree component is expanded

Open
#7 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
822
Forks
46
PR merge metrics
No merged PRs in 30d

Description

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)',
}
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.