[ADF-3068] ADF Sidenav/Toolbar - Ux background colour review (#3401)

This commit is contained in:
camorra-skk 2018-05-25 18:03:27 +05:30 committed by Maurizio Vitale
parent 3bbabb5dad
commit d9923a4fb4
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,5 @@
@mixin adf-layout-container-theme($theme) {
$background: map-get($theme, background);
$foreground: map-get($theme, foreground);
adf-layout-container {
@ -32,6 +33,7 @@
.mat-sidenav {
overflow: hidden;
border-right: 1px solid mat-color($foreground, text, 0.07);
background-color: mat-color($background,background);
}
mat-sidenav-content {

View File

@ -18,7 +18,7 @@
.mat-toolbar {
min-height: $adf-toolbar-height;
border: 1px solid mat-color($foreground, text, .07);
background-color: mat-color($background, hover, .02);
background-color: mat-color($background, app-bar);
}
.mat-toolbar-row {