[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:
Baptiste Mahé
2020-04-02 12:06:23 +01:00
committed by GitHub
parent b240909868
commit e55d7b7855
@@ -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);
}
}