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:
commit
63bc16796e
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user