mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
remove import material theming from attachment components
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
@import '~@angular/material/theming';
|
||||
@mixin adf-process-attachment-list($theme) {
|
||||
|
||||
adf-datatable ::ng-deep th span {
|
||||
color: #232323;
|
||||
@@ -56,3 +56,4 @@ adf-datatable ::ng-deep .data-cell {
|
||||
width: 250px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -1,4 +1,4 @@
|
||||
@import '~@angular/material/theming';
|
||||
@mixin adf-task-attachment-list($theme) {
|
||||
|
||||
adf-datatable ::ng-deep th span {
|
||||
color: #232323;
|
||||
@@ -61,3 +61,4 @@ adf-datatable ::ng-deep .data-cell {
|
||||
width: 250px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -1,5 +1,8 @@
|
||||
@import '../process-list/components/process-filters.component';
|
||||
|
||||
@import '../attachment/process-attachment-list.component';
|
||||
@import '../attachment/task-attachment-list.component';
|
||||
|
||||
@import '../comments/comment-list.component';
|
||||
|
||||
@import '../people/people-search.component';
|
||||
@@ -17,4 +20,6 @@
|
||||
@include adf-task-list-people-theme($theme);
|
||||
@include adf-task-list-filters-task-theme($theme);
|
||||
@include adf-task-list-header-theme($theme);
|
||||
@include adf-process-attachment-list($theme);
|
||||
@include adf-task-attachment-list($theme);
|
||||
}
|
||||
|
Reference in New Issue
Block a user