File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 129
129
padding : 0 6px ;
130
130
min-width : initial ;
131
131
background : none ;
132
- border : none ;
132
+ border-color : transparent ;
133
133
background : none ;
134
134
135
135
& .button :active , & .button.active {
148
148
@include transition (opacity .1s );
149
149
padding : 0 $button-clear-padding ;
150
150
max-height : $button-height ;
151
- border : none ;
151
+ border-color : transparent ;
152
152
background : none ;
153
153
box-shadow : none ;
154
154
Original file line number Diff line number Diff line change 23
23
& .button-clear {
24
24
color : $color ;
25
25
background : none ;
26
+ border-color : transparent ;
26
27
box-shadow : none ;
27
28
28
29
@if $font-size != " " {
29
30
font-size : $font-size ;
30
31
}
31
32
}
33
+ & .button-icon {
34
+ background : none ;
35
+ border-color : transparent ;
36
+ }
32
37
}
33
38
34
39
@mixin button-outline ($color , $text-color :" " ) {
You can’t perform that action at this time.
0 commit comments