[AAE-15223] Removing Material native classes modifications (#8656)

This commit is contained in:
Ehsan Rezaei
2023-06-13 18:12:01 +02:00
committed by GitHub
parent dd3285511e
commit fa063465d3
4 changed files with 4 additions and 22 deletions

View File

@@ -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'"

View File

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