Skip to content

Commit

Permalink
Adjust styling for button groups separator inside nb navigable menu - #…
Browse files Browse the repository at this point in the history
  • Loading branch information
razwan committed Jul 1, 2022
1 parent 74045ae commit 2278e94
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,22 @@
font-size: 12px;
opacity: 0.5;
}

.components-menu-group + .components-menu-group {
position: relative;
border: 0;

&:before {
content: "";

position: absolute;
top: 0;
left: -8px;
right: -8px;

display: block;
height: 1px;
background-color: #CCCCCC;
}
}
}

0 comments on commit 2278e94

Please sign in to comment.