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;
|
transform: none;
|
||||||
transition: unset;
|
transition: unset;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
color: mat-color($primary);
|
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: mat-color($accent);
|
color: mat-color($primary, A400);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user