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 775f560 commit ecc7f53Copy full SHA for ecc7f53
src/lib/core/style/_menu-common.scss
@@ -48,6 +48,7 @@ $mat-menu-icon-margin: 16px !default;
48
49
.mat-icon {
50
margin-right: $mat-menu-icon-margin;
51
+ vertical-align: middle;
52
53
[dir='rtl'] & {
54
margin-left: $mat-menu-icon-margin;
src/lib/menu/menu.scss
@@ -37,10 +37,6 @@ $mat-menu-submenu-indicator-size: 10px !default;
37
@include mat-button-reset();
38
@include mat-menu-item-base();
39
position: relative;
40
-
41
- .mat-icon {
42
- vertical-align: middle;
43
- }
44
}
45
46
.mat-menu-item-submenu-trigger {
0 commit comments