Rebased to the latest

This commit is contained in:
VitoAlbano
2024-04-30 11:54:44 +01:00
parent c5ef3543c2
commit 533afc1df2
3 changed files with 42 additions and 46 deletions

View File

@@ -40,7 +40,7 @@ adf-search-date-range {
#{$mat-form-field-flex} {
#{$mat-form-field-infix} {
padding: 0.375em 0 4px 0;
padding: 0.375em 0 4px;
}
}
}

View File

@@ -16,6 +16,6 @@ adf-search-facet-chip-tabbed {
}
}
.adf-search-widget-extra-width.mat-mdc-menu-panel {
.adf-search-widget-extra-width#{$mat-menu-panel} {
max-width: 500px;
}

View File

@@ -20,6 +20,7 @@ adf-search-properties {
#{$mat-form-field-infix} {
height: 37.5px;
min-height: 37.5px;
display: inline-block;
}
#{$mat-select-trigger} {
@@ -36,10 +37,6 @@ adf-search-properties {
}
}
#{$mat-form-field-infix} {
display: inline-block;
}
#{$mat-select-arrow} {
margin-left: 5px;
}
@@ -49,48 +46,6 @@ adf-search-properties {
}
}
adf-search-chip-autocomplete-input {
#{$mat-notched-outline-leading} {
border-color: var(--adf-theme-foreground-text-color-027) !important;
}
#{$mat-notched-outline-trailing} {
border-color: var(--adf-theme-foreground-text-color-027) !important;
}
}
}
input, .mat-form-field-infix.mat-form-field-infix {
height: 25px;
border: 1px solid var(--adf-theme-mat-grey-color-a400);
border-radius: 5px;
margin-top: 5px;
padding: 5px;
font-size: 14px;
color: var(--adf-theme-foreground-text-color);
margin-left: 8px;
margin-right: 8px;
}
.adf-search-properties-file-size-operator,
.adf-search-properties-file-size-unit {
#{$mat-form-field-infix} {
border: 1px solid var(--adf-theme-mat-grey-color-a400);
border-radius: 5px;
padding: 9px;
}
&#{$mat-focused} {
#{$mat-form-field-infix} {
outline: 2px auto -webkit-focus-ring-color;
}
}
}
.adf-search-properties-file-size-unit {
width: 78px;
}
adf-search-chip-autocomplete-input {
display: block;
@@ -126,6 +81,47 @@ adf-search-properties {
}
}
}
#{$mat-notched-outline-leading} {
border-color: var(--adf-theme-foreground-text-color-027);
}
#{$mat-notched-outline-trailing} {
border-color: var(--adf-theme-foreground-text-color-027);
}
}
}
input,
.mat-form-field-infix.mat-form-field-infix {
height: 25px;
border: 1px solid var(--adf-theme-mat-grey-color-a400);
border-radius: 5px;
margin-top: 5px;
padding: 5px;
font-size: 14px;
color: var(--adf-theme-foreground-text-color);
margin-left: 8px;
margin-right: 8px;
}
.adf-search-properties-file-size-operator,
.adf-search-properties-file-size-unit {
#{$mat-form-field-infix} {
border: 1px solid var(--adf-theme-mat-grey-color-a400);
border-radius: 5px;
padding: 9px;
}
&#{$mat-focused} {
#{$mat-form-field-infix} {
outline: 2px auto -webkit-focus-ring-color;
}
}
}
.adf-search-properties-file-size-unit {
width: 78px;
}
.adf-search-properties-file-type-label {