mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-6140] - Remove references to internal Angular Material CSS classes (#3620)
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
</mat-select>
|
||||
</mat-form-field>
|
||||
|
||||
<mat-form-field class="aca-rule-simple-condition__form__comparator-input" [class]="{ 'aca-hidden': isComparatorHidden }" data-automation-id="comparator-form-field">
|
||||
<mat-form-field class="aca-rule-simple-condition__form__field-input aca-rule-simple-condition__form__comparator-input" [class]="{ 'aca-hidden': isComparatorHidden }" data-automation-id="comparator-form-field">
|
||||
<mat-select formControlName="comparator" data-automation-id="comparator-select">
|
||||
<mat-option
|
||||
*ngFor="let comparator of selectedFieldComparators"
|
||||
@@ -21,7 +21,7 @@
|
||||
</mat-select>
|
||||
</mat-form-field>
|
||||
|
||||
<mat-form-field class="aca-rule-simple-condition__form__parameter-input" [ngSwitch]="selectedField.type">
|
||||
<mat-form-field class="aca-rule-simple-condition__form__field-input aca-rule-simple-condition__form__parameter-input" [ngSwitch]="selectedField.type">
|
||||
<mat-select formControlName="parameter" data-automation-id="simple-condition-value-select" *ngSwitchCase="'mimeType'">
|
||||
<mat-option *ngFor="let mimeType of mimeTypes"
|
||||
[value]="mimeType.value">
|
||||
|
@@ -4,7 +4,7 @@
|
||||
flex-direction: row;
|
||||
gap: 8px;
|
||||
|
||||
mat-form-field {
|
||||
.aca-rule-simple-condition__form__field-input {
|
||||
flex: 2;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
@@ -3,7 +3,7 @@
|
||||
{{ title | translate }}
|
||||
</div>
|
||||
<button mat-icon-button mat-dialog-close class="aca-edit-rule-dialog__header__close" tabindex="-1">
|
||||
<mat-icon>close</mat-icon>
|
||||
<mat-icon class="aca-edit-rule-dialog__header__icon">close</mat-icon>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
|
@@ -20,7 +20,7 @@
|
||||
}
|
||||
|
||||
&__close {
|
||||
& mat-icon {
|
||||
& .aca-edit-rule-dialog__header__icon {
|
||||
font-size: 18px;
|
||||
}
|
||||
}
|
||||
|
@@ -73,6 +73,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
/* stylelint-disable selector-class-pattern */
|
||||
&.aca-read-only,
|
||||
.mat-form-field-disabled {
|
||||
.mat-form-field-underline,
|
||||
|
@@ -13,7 +13,7 @@
|
||||
|
||||
<span class="aca-rule-list__item__header__title">
|
||||
{{ 'ACA_FOLDER_RULES.RULE_LIST.INHERITED_RULES' | translate }}
|
||||
<mat-icon class="aca-rule-list__item__header__title__mat-icon" [matTooltip]="'ACA_FOLDER_RULES.RULE_LIST.INHERITED_RULES_WILL_BE_RUN_FIRST' | translate">
|
||||
<mat-icon class="aca-rule-list__item__header__title__icon" [matTooltip]="'ACA_FOLDER_RULES.RULE_LIST.INHERITED_RULES_WILL_BE_RUN_FIRST' | translate">
|
||||
info
|
||||
</mat-icon>
|
||||
</span>
|
||||
|
@@ -35,7 +35,7 @@
|
||||
justify-content: flex-start;
|
||||
flex: 1;
|
||||
|
||||
&__mat-icon {
|
||||
&__icon {
|
||||
transform: scale(0.8);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user