File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed
src/material-experimental/mdc-button Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change 4
4
@use ' ../mdc-helpers/mdc-helpers' ;
5
5
@use ' button-base' ;
6
6
7
-
8
7
@include mdc-button .without-ripple ($query : mdc-helpers .$mat-base-styles-query );
9
8
10
- .mat-mdc-button , .mat-mdc-unelevated-button , .mat-mdc-raised-button , .mat-mdc-outlined-button {
9
+ .mat-mdc-button ,
10
+ .mat-mdc-unelevated-button ,
11
+ .mat-mdc-raised-button ,
12
+ .mat-mdc-outlined-button {
11
13
@include button-base .mat-private-button-interactive ();
12
14
@include button-base .mat-private-button-disabled ();
13
15
@include button-base .mat-private-button-touch-target (false);
24
26
.mat-icon {
25
27
@include mdc-button .icon ();
26
28
}
27
- .mdc-button__label + .mat-icon {
28
- @include mdc-button .icon-trailing ();
29
- }
29
+ .mdc-button__label + .mat-icon {
30
+ @include mdc-button .icon-trailing ();
31
+ }
30
32
}
31
33
32
- .mat-mdc-unelevated-button , .mat-mdc-raised-button , .mat-mdc-outlined-button {
34
+ .mat-mdc-unelevated-button ,
35
+ .mat-mdc-raised-button ,
36
+ .mat-mdc-outlined-button {
33
37
// Icons inside contained buttons have different styles due to increased button padding
34
38
.mat-icon {
35
39
@include mdc-button .icon ();
55
59
left : $offset ;
56
60
bottom : $offset ;
57
61
right : $offset ;
58
- border : none ;
62
+ border-width : $offset ;
59
63
}
You can’t perform that action at this time.
0 commit comments