mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ACS-8556] Resolved issue where UI for type to narrow field in the add aspect dropdown was broken (#10066)
* [ACS-8556] Resolved issue where UI for type to narrow field in the add aspect dropdown was broken * [ACS-8556] Empty commit * [ACS-8556] Empty commit * [ACS-8556] Empty commit
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
<button
|
||||
matSuffix
|
||||
mat-icon-button
|
||||
class="adf-select-filter-clear-button"
|
||||
[attr.aria-label]="'SELECT_FILTER.BUTTON.ARIA_LABEL' | translate"
|
||||
*ngIf="term"
|
||||
(keydown.enter)="reset($event)"
|
||||
|
@@ -8,7 +8,6 @@ $select-filter-height: 4em !default;
|
||||
|
||||
.adf-select-filter-input-container {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
z-index: 100;
|
||||
font-size: var(--theme-body-1-font-size);
|
||||
color: var(--adf-theme-foreground-text-color-087);
|
||||
@@ -21,10 +20,14 @@ $select-filter-height: 4em !default;
|
||||
#{$mat-form-field} {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.adf-select-filter-clear-button {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
#{$mat-select-panel}.adf-select-filter {
|
||||
transform: none !important;
|
||||
overflow-x: hidden !important;
|
||||
transform: none;
|
||||
overflow-x: hidden;
|
||||
max-height: calc(256px + #{$select-filter-height});
|
||||
}
|
||||
|
Reference in New Issue
Block a user