remove import material theming from attachment components

This commit is contained in:
Eugenio Romano
2017-11-18 12:16:45 +00:00
parent c04b2c83e5
commit 91f56857fc
3 changed files with 110 additions and 103 deletions

View File

@@ -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;
}
}
}

View File

@@ -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;
}
}
}

View File

@@ -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);
}