mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-15223] Removing Material native classes modifications (#8656)
This commit is contained in:
@@ -36,7 +36,6 @@
|
||||
<mat-label class="adf-edit-task-filter-content__select-label">{{taskFilterProperty.label | translate}}</mat-label>
|
||||
<mat-select
|
||||
[formControlName]="taskFilterProperty.key"
|
||||
class="adf-edit-task-filter-content__select-input"
|
||||
[attr.data-automation-id]="'adf-cloud-edit-task-property-' + taskFilterProperty.key"
|
||||
(selectionChange)="onStatusChange($event)">
|
||||
<mat-option *ngFor="let propertyOption of taskFilterProperty.options"
|
||||
@@ -53,7 +52,6 @@
|
||||
<input matInput
|
||||
[formControlName]="taskFilterProperty.key"
|
||||
type="text"
|
||||
class="adf-edit-task-filter-content__text-input"
|
||||
[attr.data-automation-id]="'adf-cloud-edit-task-property-' + taskFilterProperty.key" />
|
||||
</mat-form-field>
|
||||
<mat-form-field [floatLabel]="'auto'"
|
||||
|
@@ -84,22 +84,10 @@
|
||||
}
|
||||
|
||||
&-content {
|
||||
&__text-input {
|
||||
&.mat-input-element {
|
||||
color: var(--adf-edit-task-and-service-filter-content-text-input-color);
|
||||
}
|
||||
}
|
||||
|
||||
&__text-label {
|
||||
color: var(--adf-edit-task-and-service-filter-content-text-label-color);
|
||||
}
|
||||
|
||||
&__select-input {
|
||||
.mat-select-value {
|
||||
color: var(--adf-edit-task-and-service-filter-content-select-input-color);
|
||||
}
|
||||
}
|
||||
|
||||
&__select-label {
|
||||
color: var(--adf-edit-task-and-service-filter-content-select-label-color);
|
||||
}
|
||||
|
Reference in New Issue
Block a user