How to hide the lines below the bullet points?

image

I want to hide the line connecting to a bullet point. Is there a way to do that?

Thanks in advance.

Use this code in Custom CSS

#hierarchy-editor .TreeNode {
    border-color: transparent;
}