[ACS-5575] Should use declaration-no-important rule in the stylelint-config.json file to avoid use of !important in ADF (#9302)

This commit is contained in:
jacekpluta
2024-03-11 15:33:09 +01:00
committed by GitHub
parent 6bc532abf2
commit e9dc55bca2
80 changed files with 533 additions and 565 deletions

View File

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