Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
VanessaRLewis opened this issue Jan 28, 2019 · 2 comments

Comments

@VanessaRLewis
Copy link

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)',
}
@soer7022
Copy link

soer7022 commented Feb 5, 2019

This can be done like this:
.treeview { > div { border-left: 1px solid black !important; } }

@branflake2267
Copy link

It can also be done like this:

.treeview > div { 
  border-left: 1px dashed black !important; 
} 

Screen Shot 2020-12-26 at 11 57 43 AM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants