File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/material-experimental/mdc-button Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 24
24
// ```
25
25
// However, Angular Material expects a `mat-icon` instead. The following
26
26
// mixin will style the icons appropriately.
27
- .mat-icon {
27
+ .mat-icon , .material-icons {
28
28
@include mdc-fab-icon_ ();
29
29
}
30
30
}
31
31
32
32
.mat-mdc-extended-fab {
33
33
@include mdc-fab-extended_ ();
34
34
35
- .mat-icon {
35
+ .mat-icon , .material-icons {
36
36
@include mdc-fab-extended-icon-padding (
37
37
$mdc-fab-extended-icon-padding ,
38
38
$mdc-fab-extended-label-padding
42
42
// For Extended FAB with text label followed by icon.
43
43
// We are checking for the a button class because white this is a FAB it
44
44
// uses the same template as button.
45
- .mdc-button__label + .mat-icon {
45
+ .mdc-button__label + .mat-icon , .mdc-button__label + .material-icons {
46
46
@include mdc-fab-extended-icon-padding (
47
47
$mdc-fab-extended-icon-padding ,
48
48
$mdc-fab-extended-label-padding ,
You can’t perform that action at this time.
0 commit comments