[ACA-1642] fix disabled icon colors (#633)

This commit is contained in:
Denys Vuika
2018-09-15 10:24:21 +01:00
committed by GitHub
parent 4b4952fbea
commit 51bdd3e991

View File

@@ -65,6 +65,10 @@
.mat-menu-item[disabled],
.mat-menu-item[disabled]:hover {
color: mat-color($foreground, text, 0.38);
.mat-icon {
color: mat-color($foreground, text, 0.38);
}
}
}
}