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
|
<button
|
||||||
matSuffix
|
matSuffix
|
||||||
mat-icon-button
|
mat-icon-button
|
||||||
|
class="adf-select-filter-clear-button"
|
||||||
[attr.aria-label]="'SELECT_FILTER.BUTTON.ARIA_LABEL' | translate"
|
[attr.aria-label]="'SELECT_FILTER.BUTTON.ARIA_LABEL' | translate"
|
||||||
*ngIf="term"
|
*ngIf="term"
|
||||||
(keydown.enter)="reset($event)"
|
(keydown.enter)="reset($event)"
|
||||||
|
@@ -8,7 +8,6 @@ $select-filter-height: 4em !default;
|
|||||||
|
|
||||||
.adf-select-filter-input-container {
|
.adf-select-filter-input-container {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
font-size: var(--theme-body-1-font-size);
|
font-size: var(--theme-body-1-font-size);
|
||||||
color: var(--adf-theme-foreground-text-color-087);
|
color: var(--adf-theme-foreground-text-color-087);
|
||||||
@@ -21,10 +20,14 @@ $select-filter-height: 4em !default;
|
|||||||
#{$mat-form-field} {
|
#{$mat-form-field} {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.adf-select-filter-clear-button {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#{$mat-select-panel}.adf-select-filter {
|
#{$mat-select-panel}.adf-select-filter {
|
||||||
transform: none !important;
|
transform: none;
|
||||||
overflow-x: hidden !important;
|
overflow-x: hidden;
|
||||||
max-height: calc(256px + #{$select-filter-height});
|
max-height: calc(256px + #{$select-filter-height});
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user