[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

View File

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