[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

@@ -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 {