[affected:*][ci:force] - Rebased

This commit is contained in:
Vito Albano 2024-04-16 09:18:40 +01:00 committed by VitoAlbano
parent c4c72e3088
commit a86d6bbccb
4 changed files with 783 additions and 89 deletions

View File

@ -21,7 +21,6 @@ h2.adf-search-results-label {
} }
} }
.adf-content-node-selector-panel { .adf-content-node-selector-panel {
.adf-toolbar .adf-toolbar-container.adf-toolbar-container-row { .adf-toolbar .adf-toolbar-container.adf-toolbar-container-row {
max-height: 48px; max-height: 48px;
@ -128,6 +127,10 @@ h2.adf-search-results-label {
.adf-datatable-list { .adf-datatable-list {
border: none; border: none;
.adf-name-location-cell-location {
display: none;
}
.adf-datatable-selected { .adf-datatable-selected {
height: 100%; height: 100%;
width: 100%; width: 100%;
@ -189,12 +192,6 @@ h2.adf-search-results-label {
} }
} }
.adf-datatable-list {
.adf-name-location-cell-location {
display: none;
}
}
&-searchLayout { &-searchLayout {
.adf-datatable-list .adf-datatable-body .adf-datatable-row { .adf-datatable-list .adf-datatable-body .adf-datatable-row {
min-height: 65px; min-height: 65px;

View File

@ -63,7 +63,7 @@ adf-content-node-selector {
.adf-content-node-selector-content-input-icon { .adf-content-node-selector-content-input-icon {
font-size: 21px; font-size: 21px;
padding: 18px 0 0 0; padding: 18px 0 0;
margin-right: -4px; margin-right: -4px;
} }
@ -76,7 +76,7 @@ adf-content-node-selector {
padding: 0; padding: 0;
&::before { &::before {
display: none display: none;
} }
} }

View File

@ -73,7 +73,7 @@
} }
&--header { &--header {
padding: 16px 24px 0 24px; padding: 16px 24px 0;
} }
&--dialog-content { &--dialog-content {

855
package-lock.json generated

File diff suppressed because it is too large Load Diff