1
1
mirror of https://github.com/primer/css.git synced 2025-01-08 07:23:03 +03:00

Add permanent transparent border

This commit is contained in:
simurai 2019-09-11 13:58:49 +09:00
parent 394753b462
commit 1bf780b105

View File

@ -248,6 +248,8 @@
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;
}
&[aria-selected="true"] {
@ -257,8 +259,7 @@
box-shadow: 0 0 0 1px $border-color;
@include breakpoint(sm) {
border: $border;
border-bottom-width: 0;
border-color: $border-color;
box-shadow: none;
}
}