Skip to content

Commit

Permalink
build: fix wrong variable reference (#23046)
Browse files Browse the repository at this point in the history
A couple of conflicting PRs were merged in at the same time which is causing a build error, because an import was removed.
  • Loading branch information
crisbeto authored Jun 23, 2021
1 parent f960a7a commit 3531346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/material-experimental/mdc-menu/menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ mat-menu {
}

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

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

0 comments on commit 3531346

Please sign in to comment.