mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ACA-2125] Update sidenav colors to meet design spec (#1378)
This commit is contained in:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user