File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 18
18
background-position : -1px -1px ;
19
19
background-size : 110% 110% ;
20
20
// 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 ;
22
22
// stylelint-disable-next-line primer/borders
23
23
border-radius : 0.25em ;
24
24
appearance : none ; // Corrects inability to style clickable `input` types in iOS.
Original file line number Diff line number Diff line change 74
74
vertical-align : middle ;
75
75
background-color : $bg-white ;
76
76
// 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
78
78
border-left : 0 ;
79
79
border-top-right-radius : $border-radius ;
80
80
border-bottom-right-radius : $border-radius ;
Original file line number Diff line number Diff line change 34
34
color : rgba ($color , 0.4 );
35
35
background-color : $bg2 ;
36
36
background-image : none ;
37
- border-color : transparentize ( $black , 0.8 ); // back to default .btn
37
+ border-color : $border-color-button ;
38
38
box-shadow : none ;
39
39
}
40
40
67
67
color : rgba ($color , 0.75 );
68
68
background-color : mix ($bg2 , $white , 50% );
69
69
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;
71
71
box-shadow : none ;
72
72
}
73
73
114
114
color : rgba ($color , 0.4 );
115
115
background-color : $bg2 ;
116
116
background-image : none ;
117
- border-color : transparentize ( $black , 0.8 ); // back to default .btn
117
+ border-color : $border-color-button ;
118
118
box-shadow : none ;
119
119
}
120
120
}
You can’t perform that action at this time.
0 commit comments