mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ACA-1642] fix disabled icon colors (#633)
This commit is contained in:
@@ -65,6 +65,10 @@
|
|||||||
.mat-menu-item[disabled],
|
.mat-menu-item[disabled],
|
||||||
.mat-menu-item[disabled]:hover {
|
.mat-menu-item[disabled]:hover {
|
||||||
color: mat-color($foreground, text, 0.38);
|
color: mat-color($foreground, text, 0.38);
|
||||||
|
|
||||||
|
.mat-icon {
|
||||||
|
color: mat-color($foreground, text, 0.38);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user