mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3450] remove css override background color, is already manged by the material component (#3685)
This commit is contained in:
committed by
Eugenio Romano
parent
8330ed2879
commit
c328d70e43
@@ -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 {
|
||||
|
Reference in New Issue
Block a user