mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-1975] Fixing missing style mixin invocations (#2685)
* Fixing missing theme mixin inclusion for forms * Fix missing style mixins in core * Make process-services' scss mixins' naming conventional
This commit is contained in:
committed by
Eugenio Romano
parent
a2ee8dbfcf
commit
4f651ab868
@@ -1,4 +1,4 @@
|
||||
@mixin adf-process-attachment-list($theme) {
|
||||
@mixin adf-process-attachment-list-theme($theme) {
|
||||
|
||||
adf-datatable ::ng-deep th span {
|
||||
color: #232323;
|
||||
|
@@ -1,4 +1,4 @@
|
||||
@mixin adf-task-attachment-list($theme) {
|
||||
@mixin adf-task-attachment-list-theme($theme) {
|
||||
|
||||
adf-datatable ::ng-deep th span {
|
||||
color: #232323;
|
||||
|
@@ -1,13 +1,9 @@
|
||||
@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';
|
||||
@import '../people/people.component';
|
||||
|
||||
@import '../task-list/components/start-task.component';
|
||||
@import '../task-list/components/task-filters.component';
|
||||
@import '../task-list/components/task-header.component';
|
||||
@@ -20,6 +16,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);
|
||||
@include adf-process-attachment-list-theme($theme);
|
||||
@include adf-task-attachment-list-theme($theme);
|
||||
}
|
||||
|
Reference in New Issue
Block a user