Skip to content

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

@VanessaRLewis

Description

@VanessaRLewis

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions