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