mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
[ADF-3450] remove css override background color, is already manged by the material component (#3685)
This commit is contained in:
parent
8330ed2879
commit
c328d70e43
@ -1,7 +1,6 @@
|
|||||||
|
|
||||||
@mixin adf-toolbar-theme($theme) {
|
@mixin adf-toolbar-theme($theme) {
|
||||||
$foreground: map-get($theme, foreground);
|
$foreground: map-get($theme, foreground);
|
||||||
$background: map-get($theme, background);
|
|
||||||
$adf-toolbar-height: 48px;
|
$adf-toolbar-height: 48px;
|
||||||
$adf-toolbar-font-size: 14px;
|
$adf-toolbar-font-size: 14px;
|
||||||
|
|
||||||
@ -18,7 +17,6 @@
|
|||||||
.mat-toolbar {
|
.mat-toolbar {
|
||||||
min-height: $adf-toolbar-height;
|
min-height: $adf-toolbar-height;
|
||||||
border: 1px solid mat-color($foreground, text, .07);
|
border: 1px solid mat-color($foreground, text, .07);
|
||||||
background-color: mat-color($background, app-bar);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.mat-toolbar-row {
|
.mat-toolbar-row {
|
||||||
|
@ -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
|
* Start the demo shell using the JS-API from the development branch and the local component in the lib folder
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
./start.sh -dev -t -gitjsapi development
|
./start.sh -dev -gitjsapi development
|
||||||
```
|
```
|
||||||
|
|
||||||
* Build the lib folder using the JS-API from the development branch
|
* Build the lib folder using the JS-API from the development branch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user