We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf37ddf commit 45e70d5Copy full SHA for 45e70d5
src/material/icon/icon.scss
@@ -51,14 +51,6 @@ mat-icon {
51
transform: scale(-1, 1);
52
}
53
54
-// Makes button icon overflow visible to fix b/250063405
55
-.mat-mdc-icon-button .mat-icon,
56
-.mdc-button .mat-icon,
57
-.mat-mdc-fab-base .mat-icon {
58
- overflow: visible;
59
- line-height: 1 !important;
60
-}
61
-
62
.mat-form-field:not(.mat-form-field-appearance-legacy) {
63
.mat-form-field-prefix,
64
.mat-form-field-suffix {
@@ -72,3 +64,10 @@ mat-icon {
72
73
65
74
66
67
+
68
+// Makes button icon overflow visible to fix b/250063405
69
+.mat-mdc-icon-button .mat-icon,
70
+.mdc-button .mat-icon,
71
+.mat-mdc-fab-base .mat-icon {
+ overflow: visible;
+}
0 commit comments