[affected:*][ci:force] Fixed lint after error on important

This commit is contained in:
Vito Albano 2024-03-12 09:15:36 +00:00
parent 0f2f4594c7
commit c7f6ce8587

View File

@ -113,9 +113,9 @@ h2.adf-search-results-label {
fill: var(--theme-primary-color); fill: var(--theme-primary-color);
} }
.adf-no-content-container { .adf-no-content-container.adf-datatable-cell {
text-align: center; text-align: center;
border: none !important; border: none;
} }
.adf-datatable-cell { .adf-datatable-cell {
@ -167,8 +167,8 @@ h2.adf-search-results-label {
} }
&-searchLayout { &-searchLayout {
.adf-datatable-list .adf-datatable-row { .adf-datatable-list .adf-datatable-body .adf-datatable-row {
min-height: 65px !important; min-height: 65px;
.adf-datatable-cell { .adf-datatable-cell {
.adf-name-location-cell-location { .adf-name-location-cell-location {
@ -184,6 +184,9 @@ h2.adf-search-results-label {
display: none; display: none;
} }
&.adf-content-selector-modifier-cell {
display: none;
}
&.adf-content-selector-visibility-cell { &.adf-content-selector-visibility-cell {
display: none; display: none;