Skip to content

Commit 3531346

Browse files
authored
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 f960a7a commit 3531346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ mat-menu {
9898
}
9999

100100
.mat-mdc-menu-submenu-icon {
101-
@include menu-common.item-submenu-icon(mdc-list.$deprecated-side-padding);
101+
@include menu-common.item-submenu-icon(mdc-list-variables.$side-padding);
102102
}
103103

104104
// Increase specificity because ripple styles are part of the `mat-core` mixin and can

0 commit comments

Comments
 (0)