File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/material-experimental/mdc-button Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
7
7
$_mat-button-ripple-opacity : 0.1 ;
8
8
9
- .mat- mdc-button {
9
+ .mdc-button {
10
10
// The ripple element is created from the RippleRenderer rather than the MDC ripple, so it is
11
11
// necessary to provide the color and opacity styling manually.
12
12
.mat-ripple-element {
Original file line number Diff line number Diff line change 5
5
6
6
$_mat-button-ripple-opacity : 0.1 ;
7
7
8
- .mat- mdc-button {
8
+ .mdc-fab {
9
9
// The ripple element is created from the RippleRenderer rather than the MDC ripple, so it is
10
10
// necessary to provide the color and opacity styling manually.
11
11
.mat-ripple-element {
Original file line number Diff line number Diff line change 5
5
6
6
$_mat-button-ripple-opacity : 0.1 ;
7
7
8
- .mat- mdc-button {
8
+ .mdc-icon -button {
9
9
// The ripple element is created from the RippleRenderer rather than the MDC ripple, so it is
10
10
// necessary to provide the color and opacity styling manually.
11
11
.mat-ripple-element {
You can’t perform that action at this time.
0 commit comments