From c328d70e43a16fb81c0090e68f71454742c74be3 Mon Sep 17 00:00:00 2001 From: Mario Romano Date: Fri, 10 Aug 2018 11:10:18 +0100 Subject: [PATCH] [ADF-3450] remove css override background color, is already manged by the material component (#3685) --- lib/core/toolbar/toolbar.component.scss | 2 -- scripts/README.md | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/core/toolbar/toolbar.component.scss b/lib/core/toolbar/toolbar.component.scss index ad46e3ffbc..adf2e845a0 100644 --- a/lib/core/toolbar/toolbar.component.scss +++ b/lib/core/toolbar/toolbar.component.scss @@ -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 { diff --git a/scripts/README.md b/scripts/README.md index 1f4aeee05e..dea4fe523c 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -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