Fixed lint files and exclude some needing migration

This commit is contained in:
Vito Albano 2024-02-10 02:30:31 +00:00 committed by VitoAlbano
parent c0fcd5c970
commit 8ac701dad4
5 changed files with 101 additions and 101 deletions

View File

@ -113,9 +113,9 @@ h2.adf-search-results-label {
fill: var(--theme-primary-color);
}
.adf-no-content-container.adf-datatable-cell {
.adf-no-content-container {
text-align: center;
border: none;
border: none !important;
}
.adf-datatable-cell {
@ -129,8 +129,9 @@ h2.adf-search-results-label {
flex: 1 0 95px;
}
.adf-name-location-cell-location {
display: none;
.adf-no-content-container.adf-datatable-cell {
text-align: center;
border: none;
}
&.adf-content-selector-visibility-cell {
@ -146,7 +147,8 @@ h2.adf-search-results-label {
.adf-datatable-body .adf-datatable-row {
min-height: 40px;
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
padding-top: 15px;
}
@ -165,13 +167,11 @@ h2.adf-search-results-label {
}
&-searchLayout {
.adf-datatable-list .adf-datatable-body .adf-datatable-row {
min-height: 65px;
.adf-datatable-list .adf-datatable-row {
min-height: 65px !important;
.adf-datatable-cell {
.adf-name-location-cell-location {
padding: 0 10px;
display: block;
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
padding-top: 15px;
}
.adf-name-location-cell-name {
@ -182,9 +182,6 @@ h2.adf-search-results-label {
display: none;
}
&.adf-content-selector-modifier-cell {
display: none;
}
&.adf-content-selector-visibility-cell {
display: none;

View File

@ -1,3 +1,4 @@
/* stylelint-disable selector-class-pattern */
adf-search-chip-autocomplete-input {
.adf-chip-list {
width: 100%;

View File

@ -1,3 +1,4 @@
/* stylelint-disable selector-class-pattern */
.adf-version-list {
&-viewport {
height: 100%;

View File

@ -2,18 +2,17 @@
$adf-inplace-input-padding: 7px;
.adf-inplace-input-container {
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
.mat-form-field-underline {
display: none;
}
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
.mat-mdc-form-field-infix {
display: flex;
border-top: 0;
}
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
.mat-form-field-label {
padding: $adf-inplace-input-padding;

View File

@ -1,4 +1,6 @@
/* stylelint-disable selector-class-pattern */
.adf {
// eslint-disable-selector-class-pattern
&-date-widget {
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
.mat-mdc-form-field-text-suffix {