[ACA-2125] Update sidenav colors to meet design spec (#1378)

This commit is contained in:
Baptiste Mahé
2020-03-26 19:14:30 +01:00
committed by GitHub
parent a92688d5a3
commit 21a76b5364

View File

@@ -24,12 +24,11 @@
background-color: mat-color($background, background); background-color: mat-color($background, background);
.item:hover .action-button__label { .item:hover .action-button__label {
color: mat-color($accent); color: mat-color($primary);
} }
.mat-expansion-panel { .mat-expansion-panel {
background-color: unset; background-color: unset;
color: mat-color($primary, 0.87) !important;
} }
.mat-expansion-panel { .mat-expansion-panel {
@@ -46,11 +45,11 @@
} }
.action-button--active { .action-button--active {
color: mat-color($accent) !important; color: mat-color($primary) !important;
} }
.action-button { .action-button {
color: mat-color($primary); color: mat-color($foreground, text, 0.54);
} }
.section { .section {