File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1818 background-position : -1px -1px ;
1919 background-size : 110% 110% ;
2020 // stylelint-disable-next-line primer/borders
21- border : $border-width $border-style transparentize ( $black , 0.8 ) ;
21+ border : $border-width $border-style $border-color-button ;
2222 // stylelint-disable-next-line primer/borders
2323 border-radius : 0.25em ;
2424 appearance : none ; // Corrects inability to style clickable `input` types in iOS.
Original file line number Diff line number Diff line change 7474 vertical-align : middle ;
7575 background-color : $bg-white ;
7676 // stylelint-disable-next-line primer/borders
77- border : $border-width $border-style transparentize ( $black , 0.8 ) ; // match with .btn
77+ border : $border-width $border-style $border-color-button ; // match with .btn
7878 border-left : 0 ;
7979 border-top-right-radius : $border-radius ;
8080 border-bottom-right-radius : $border-radius ;
Original file line number Diff line number Diff line change 3434 color : rgba ($color , 0.4 );
3535 background-color : $bg2 ;
3636 background-image : none ;
37- border-color : transparentize ( $black , 0.8 ); // back to default .btn
37+ border-color : $border-color-button ;
3838 box-shadow : none ;
3939 }
4040
6767 color : rgba ($color , 0.75 );
6868 background-color : mix ($bg2 , $white , 50% );
6969 background-image : none ;
70- border-color : transparentize ( $black , 0.8 ); // repeat .btn default to avoid shift on click-drag off of button
70+ border-color : $border-color- button;
7171 box-shadow : none ;
7272 }
7373
114114 color : rgba ($color , 0.4 );
115115 background-color : $bg2 ;
116116 background-image : none ;
117- border-color : transparentize ( $black , 0.8 ); // back to default .btn
117+ border-color : $border-color-button ;
118118 box-shadow : none ;
119119 }
120120}
You can’t perform that action at this time.
0 commit comments