mirror of
https://github.com/primer/css.git
synced 2024-11-30 01:04:04 +03:00
Fix linter
This commit is contained in:
parent
1bf780b105
commit
cffac8d93c
@ -246,10 +246,10 @@
|
||||
@include breakpoint(sm) {
|
||||
flex: none;
|
||||
padding: $spacer-1 $spacer-3;
|
||||
border-top-left-radius: $border-radius;
|
||||
border-top-right-radius: $border-radius;
|
||||
border: $border-width $border-style transparent;
|
||||
border-bottom-width: 0;
|
||||
border-top-left-radius: $border-radius;
|
||||
border-top-right-radius: $border-radius;
|
||||
}
|
||||
|
||||
&[aria-selected="true"] {
|
||||
|
Loading…
Reference in New Issue
Block a user