1
1
mirror of https://github.com/primer/css.git synced 2024-12-01 04:21:12 +03:00

Merge pull request #733 from primer/fix-underlinenav-border

Fix UnderlineNav border
This commit is contained in:
Shawn Allen 2019-03-18 11:52:00 -07:00 committed by GitHub
commit 63bc16796e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {
@ -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 {