[AAE-49015] - Removing and replacing mat-selectors

This commit is contained in:
VitoAlbano
2026-08-03 13:13:49 +01:00
parent 71339b6fbf
commit 2156581913
3 changed files with 4 additions and 3 deletions
@@ -17,7 +17,7 @@
[(ngModel)]="property.value"
[disabled]="isReadonlyProperty || !editable"
[ngClass]="{ 'adf-property-readonly-value': isReadonlyProperty || !editable }"
panelClass="adf-select-filter"
panelClass="adf-select-filter adf-select-filter-panel"
(selectionChange)="onChange($event)"
data-automation-id="select-box"
[aria-label]="property.label | translate"
@@ -18,7 +18,9 @@
}
}
#{ms.$mat-select-panel}.adf-select-filter {
// Two ADF panelClass tokens compounded (matches Material's .mat-mdc-select-panel
// specificity 0,2,0) so these win without targeting the Material internal.
.adf-select-filter.adf-select-filter-panel {
transform: none;
overflow-x: hidden;
}
@@ -16,7 +16,6 @@ $mat-table: '.mat-mdc-table';
$mat-header-row: '.mat-mdc-header-row';
$mat-row: '.mat-mdc-row';
$mat-select: '.mat-mdc-select';
$mat-select-panel: '.mat-mdc-select-panel';
$mat-sidenav-content: '.mat-sidenav-content';
$mat-drawer-transition: '.mat-drawer-transition';
$mat-drawer-content: '.mat-drawer-content';