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 e7cabf1 commit e629d65Copy full SHA for e629d65
src/material-experimental/mdc-menu/_menu-theme.scss
@@ -14,7 +14,9 @@
14
// MDC doesn't appear to have disabled styling for menu
15
// items so we have to grey them out ourselves.
16
.mat-mdc-menu-item[disabled] {
17
- &, &::after {
+ &,
18
+ &::after,
19
+ .mat-icon-no-color {
20
@include mdc-theme-prop(color, text-disabled-on-background);
21
}
22
src/material/menu/_menu-theme.scss
@@ -20,7 +20,9 @@
color: mat-color($foreground, 'text');
&[disabled] {
23
24
25
26
color: mat-color($foreground, 'disabled');
27
28
0 commit comments