Skip to content

Commit 1cdbacc

Browse files
crisbetommalerba
authored andcommitted
build: fix wrong variable reference (#23046)
A couple of conflicting PRs were merged in at the same time which is causing a build error, because an import was removed.
1 parent 40b68a9 commit 1cdbacc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/material-experimental/mdc-menu/menu.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@ mat-menu {
9898
@include menu-common.item-submenu-trigger(mdc-list-variables.$side-padding);
9999
}
100100

101+
.mat-mdc-menu-submenu-icon {
102+
@include menu-common.item-submenu-icon(mdc-list-variables.$side-padding);
103+
}
104+
101105
// Increase specificity because ripple styles are part of the `mat-core` mixin and can
102106
// potentially overwrite the absolute position of the container.
103107
.mat-mdc-menu-item .mat-mdc-menu-ripple {

0 commit comments

Comments
 (0)