[ADF-3450] remove css override background color, is already manged by the material component (#3685)

This commit is contained in:
Mario Romano 2018-08-10 11:10:18 +01:00 committed by Eugenio Romano
parent 8330ed2879
commit c328d70e43
2 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,6 @@
@mixin adf-toolbar-theme($theme) {
$foreground: map-get($theme, foreground);
$background: map-get($theme, background);
$adf-toolbar-height: 48px;
$adf-toolbar-font-size: 14px;
@ -18,7 +17,6 @@
.mat-toolbar {
min-height: $adf-toolbar-height;
border: 1px solid mat-color($foreground, text, .07);
background-color: mat-color($background, app-bar);
}
.mat-toolbar-row {

View File

@ -22,7 +22,7 @@ feel of what's available.
* Start the demo shell using the JS-API from the development branch and the local component in the lib folder
```sh
./start.sh -dev -t -gitjsapi development
./start.sh -dev -gitjsapi development
```
* Build the lib folder using the JS-API from the development branch