Skip to content

Commit

Permalink
Merge pull request #40 from gantoreno/break-border-color
Browse files Browse the repository at this point in the history
style: set proper borders & color for nav break nodes
  • Loading branch information
mitchellh authored Dec 19, 2024
2 parents edb184d + 763645f commit b768ccc
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/components/nav-tree/NavTree.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ul.nodesList {
}
}
& svg {
transition: transform .2s;
transition: transform 0.2s;
}
&.isOpen {
& svg {
Expand All @@ -51,10 +51,8 @@ ul.nodesList {
}

& .breakNode {
border-top: none;
border-left: none;
border-right: none;
color: var(--gray-2);
border: none;
border-bottom: 1px solid var(--gray-2);
margin: 20px 0;
}

Expand Down

0 comments on commit b768ccc

Please sign in to comment.