Skip to content

Commit

Permalink
Merge pull request #733 from primer/fix-underlinenav-border
Browse files Browse the repository at this point in the history
Fix UnderlineNav border
  • Loading branch information
shawnbot authored Mar 18, 2019
2 parents cc303af + a8980c9 commit 63bc167
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/navigation/underline-nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@
display: flex;
overflow-x: auto;
overflow-y: hidden;
border-bottom: 1px solid $gray-200;
border-bottom: $border;
justify-content: space-between;
}

.UnderlineNav-body {
display: flex;
margin-bottom: -1px;
}

.UnderlineNav-item {
Expand All @@ -18,7 +17,7 @@
line-height: $lh-default;
color: $text-gray;
text-align: center;
border-bottom: 2px solid transparent;
border-bottom: 2px $border-style transparent;

&:hover,
&:focus {
Expand Down

0 comments on commit 63bc167

Please sign in to comment.