@@ -13,8 +13,8 @@ $_mat-button-ripple-opacity: 0.1;
13
13
}
14
14
15
15
.mat-mdc-button {
16
- // The ripple element is created from the RippleRenderer rather than the MDC ripple, so it is necessary to provide
17
- // the color and opacity styling manually.
16
+ // The ripple element is created from the RippleRenderer rather than the MDC ripple, so it is
17
+ // necessary to provide the color and opacity styling manually.
18
18
.mat-ripple-element {
19
19
opacity : $_mat-button-ripple-opacity ;
20
20
background-color : currentColor ;
@@ -39,8 +39,8 @@ $_mat-button-ripple-opacity: 0.1;
39
39
}
40
40
41
41
.mat-mdc-button {
42
- // The ripple element is created from the RippleRenderer rather than the MDC ripple, so it is necessary to provide
43
- // the color and opacity styling manually.
42
+ // The ripple element is created from the RippleRenderer rather than the MDC ripple, so it is
43
+ // necessary to provide the color and opacity styling manually.
44
44
.mat-ripple-element {
45
45
opacity : $_mat-button-ripple-opacity ;
46
46
background-color : currentColor ;
@@ -65,8 +65,8 @@ $_mat-button-ripple-opacity: 0.1;
65
65
}
66
66
67
67
.mat-mdc-button {
68
- // The ripple element is created from the RippleRenderer rather than the MDC ripple, so it is necessary to provide
69
- // the color and opacity styling manually.
68
+ // The ripple element is created from the RippleRenderer rather than the MDC ripple, so it is
69
+ // necessary to provide the color and opacity styling manually.
70
70
.mat-ripple-element {
71
71
opacity : $_mat-button-ripple-opacity ;
72
72
background-color : currentColor ;
0 commit comments