mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-10-01 14:41:14 +00:00
fix document list background color
This commit is contained in:
@@ -2,10 +2,12 @@
|
|||||||
|
|
||||||
@mixin adf-document-list-theme($theme) {
|
@mixin adf-document-list-theme($theme) {
|
||||||
$foreground: map-get($theme, foreground);
|
$foreground: map-get($theme, foreground);
|
||||||
|
$background: map-get($theme, background);
|
||||||
$primary: map-get($theme, primary);
|
$primary: map-get($theme, primary);
|
||||||
|
|
||||||
adf-document-list {
|
adf-document-list {
|
||||||
@include flex-column;
|
@include flex-column;
|
||||||
|
background-color: mat-color($background, card);
|
||||||
}
|
}
|
||||||
|
|
||||||
adf-datatable {
|
adf-datatable {
|
||||||
|
Reference in New Issue
Block a user