mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACA-2979] Change create menu item colors (#1396)
* [ACA-2979] Change create menu item colors * [ACA-2979] Change hovered color
This commit is contained in:
@@ -75,10 +75,9 @@
|
||||
transform: none;
|
||||
transition: unset;
|
||||
font-weight: normal;
|
||||
color: mat-color($primary);
|
||||
|
||||
&:hover {
|
||||
color: mat-color($accent);
|
||||
color: mat-color($primary, A400);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user