[ACS-8921][ACA] Data Table / The input field in "Filter by Name" dialog is enormous in comparison with the UI design (#10375)

This commit is contained in:
dominikiwanekhyland
2024-11-14 10:31:43 +01:00
committed by GitHub
parent 412295306c
commit 472671bd50
2 changed files with 1 additions and 38 deletions

View File

@@ -1,6 +1,6 @@
<mat-form-field
class="adf-search-text-form-field"
appearance="outline">
appearance="fill">
<mat-label>{{ settings?.placeholder | translate }}</mat-label>
<input
matInput

View File

@@ -3,45 +3,8 @@
.adf-search-text {
padding: 0;
#{$mat-form-field-wrapper} {
margin-top: -5px;
padding: 0;
#{$mat-form-field-infix} {
padding-bottom: 6px;
}
}
#{$mat-notched-outline} {
#{$mat-notched-outline-trailing},
#{$mat-notched-outline-notch} {
border-top: 0 solid;
border-left: 0 solid;
border-right: 0 solid;
border-bottom: 1px solid var(--adf-theme-foreground-secondary-text-color);
#{$mat-floating-label} {
left: 0;
}
}
}
#{$mat-text-field-focused} {
#{$mat-notched-outline-trailing},
#{$mat-notched-outline-notch},
#{$mat-notched-outline-leading} {
border-bottom-width: 2px;
}
}
#{$mat-notched-outline-leading} {
display: none;
}
.adf-search-text-form-field {
width: 100%;
height: 58.5px;
margin-top: 5px;
&-clear-button {
min-width: unset;