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 40b68a9 commit 1cdbaccCopy full SHA for 1cdbacc
src/material-experimental/mdc-menu/menu.scss
@@ -98,6 +98,10 @@ mat-menu {
98
@include menu-common.item-submenu-trigger(mdc-list-variables.$side-padding);
99
}
100
101
+.mat-mdc-menu-submenu-icon {
102
+ @include menu-common.item-submenu-icon(mdc-list-variables.$side-padding);
103
+}
104
+
105
// Increase specificity because ripple styles are part of the `mat-core` mixin and can
106
// potentially overwrite the absolute position of the container.
107
.mat-mdc-menu-item .mat-mdc-menu-ripple {
0 commit comments