We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35d230b commit 6e81aeaCopy full SHA for 6e81aea
src/material-experimental/mdc-button/button.scss
@@ -69,7 +69,7 @@
69
// However, Angular Material expects a `mat-icon` instead. The following
70
// mixins will style the icons appropriately.
71
.mat-mdc-button {
72
- .mat-icon {
+ & > .mat-icon {
73
@include mdc-button-base.icon();
74
}
75
.mdc-button__label + .mat-icon {
@@ -81,7 +81,7 @@
81
.mat-mdc-raised-button,
82
.mat-mdc-outlined-button {
83
// Icons inside contained buttons have different styles due to increased button padding
84
85
86
@include mdc-button-base.icon-contained();
87
0 commit comments