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 6b553ec commit 1e7b2f4Copy full SHA for 1e7b2f4
src/material-experimental/mdc-menu/menu.scss
@@ -63,6 +63,10 @@ mat-menu {
63
// more consistent by disabling pointer events and allowing the user to click through.
64
pointer-events: none;
65
cursor: default;
66
+
67
+ // This is the same as `mdc-list-mixins.list-disabled-opacity` which
68
+ // we can't use directly, because it comes with some selectors.
69
+ opacity: mdc-list-variables.$content-disabled-opacity;
70
}
71
72
.mat-icon {
0 commit comments