Skip to content

Commit 81604b3

Browse files
committed
fix lint
1 parent f21fbda commit 81604b3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/material-experimental/mdc-button/_mdc-button.scss

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ $_mat-button-ripple-opacity: 0.1;
1313
}
1414

1515
.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.
1818
.mat-ripple-element {
1919
opacity: $_mat-button-ripple-opacity;
2020
background-color: currentColor;
@@ -39,8 +39,8 @@ $_mat-button-ripple-opacity: 0.1;
3939
}
4040

4141
.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.
4444
.mat-ripple-element {
4545
opacity: $_mat-button-ripple-opacity;
4646
background-color: currentColor;
@@ -65,8 +65,8 @@ $_mat-button-ripple-opacity: 0.1;
6565
}
6666

6767
.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.
7070
.mat-ripple-element {
7171
opacity: $_mat-button-ripple-opacity;
7272
background-color: currentColor;

0 commit comments

Comments
 (0)