Skip to content

Commit

Permalink
Merge pull request #710 from GSA/624-selection-panel-double-border
Browse files Browse the repository at this point in the history
624 selection panel double border
  • Loading branch information
cwolf10 authored Oct 2, 2024
2 parents 8bc25f3 + cbc3860 commit b26c7f1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions sam-styles/packages/components/side-nav/styles/side-nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@
@include u-border-x('1px');
@include u-border-bottom('1px');
@include u-border('base-light');
&:first-of-type {
@include u-border-top('1px');
}

&.usa-current > a {
color: color('secondary-dark');
Expand Down Expand Up @@ -99,5 +96,10 @@
}
}
}
&>li:nth-child(1) {
.usa-sidenav__item{
@include u-border-top('1px');
}
}
}

0 comments on commit b26c7f1

Please sign in to comment.