mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Rebased to the latest
This commit is contained in:
@@ -40,7 +40,7 @@ adf-search-date-range {
|
|||||||
|
|
||||||
#{$mat-form-field-flex} {
|
#{$mat-form-field-flex} {
|
||||||
#{$mat-form-field-infix} {
|
#{$mat-form-field-infix} {
|
||||||
padding: 0.375em 0 4px 0;
|
padding: 0.375em 0 4px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -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;
|
max-width: 500px;
|
||||||
}
|
}
|
||||||
|
@@ -20,6 +20,7 @@ adf-search-properties {
|
|||||||
#{$mat-form-field-infix} {
|
#{$mat-form-field-infix} {
|
||||||
height: 37.5px;
|
height: 37.5px;
|
||||||
min-height: 37.5px;
|
min-height: 37.5px;
|
||||||
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
#{$mat-select-trigger} {
|
#{$mat-select-trigger} {
|
||||||
@@ -36,10 +37,6 @@ adf-search-properties {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#{$mat-form-field-infix} {
|
|
||||||
display: inline-block;
|
|
||||||
}
|
|
||||||
|
|
||||||
#{$mat-select-arrow} {
|
#{$mat-select-arrow} {
|
||||||
margin-left: 5px;
|
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 {
|
adf-search-chip-autocomplete-input {
|
||||||
display: block;
|
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 {
|
.adf-search-properties-file-type-label {
|
||||||
|
Reference in New Issue
Block a user