mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[AAE-49015] - Removing and replacing mat-selectors
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@
|
|||||||
[(ngModel)]="property.value"
|
[(ngModel)]="property.value"
|
||||||
[disabled]="isReadonlyProperty || !editable"
|
[disabled]="isReadonlyProperty || !editable"
|
||||||
[ngClass]="{ 'adf-property-readonly-value': isReadonlyProperty || !editable }"
|
[ngClass]="{ 'adf-property-readonly-value': isReadonlyProperty || !editable }"
|
||||||
panelClass="adf-select-filter"
|
panelClass="adf-select-filter adf-select-filter-panel"
|
||||||
(selectionChange)="onChange($event)"
|
(selectionChange)="onChange($event)"
|
||||||
data-automation-id="select-box"
|
data-automation-id="select-box"
|
||||||
[aria-label]="property.label | translate"
|
[aria-label]="property.label | translate"
|
||||||
|
|||||||
+3
-1
@@ -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;
|
transform: none;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -16,7 +16,6 @@ $mat-table: '.mat-mdc-table';
|
|||||||
$mat-header-row: '.mat-mdc-header-row';
|
$mat-header-row: '.mat-mdc-header-row';
|
||||||
$mat-row: '.mat-mdc-row';
|
$mat-row: '.mat-mdc-row';
|
||||||
$mat-select: '.mat-mdc-select';
|
$mat-select: '.mat-mdc-select';
|
||||||
$mat-select-panel: '.mat-mdc-select-panel';
|
|
||||||
$mat-sidenav-content: '.mat-sidenav-content';
|
$mat-sidenav-content: '.mat-sidenav-content';
|
||||||
$mat-drawer-transition: '.mat-drawer-transition';
|
$mat-drawer-transition: '.mat-drawer-transition';
|
||||||
$mat-drawer-content: '.mat-drawer-content';
|
$mat-drawer-content: '.mat-drawer-content';
|
||||||
|
|||||||
Reference in New Issue
Block a user