[ACA-2542] Change create menu colors (#1416)

This commit is contained in:
Baptiste Mahé 2020-04-17 11:44:23 +02:00 committed by GitHub
parent 986593c45d
commit dda83d27a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,7 +49,7 @@
&--collapsed {
outline: none;
color: mat-color($foreground, text, 0.54);
color: mat-color($foreground, secondary-text);
cursor: pointer;
&:hover {
color: mat-color($accent);
@ -69,7 +69,7 @@
flex-direction: row;
align-items: center;
font-size: 14px;
color: mat-color($foreground, text, 0.54);
color: mat-color($foreground, secondary-text);
line-height: 48px;
box-shadow: none;
transform: none;
@ -77,7 +77,7 @@
font-weight: normal;
&:hover {
color: mat-color($primary, A400);
color: mat-color($primary);
}
}