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 93c475a5cc
commit a39d71389c
6 changed files with 112 additions and 111 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 {
@ -166,8 +167,8 @@ 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 {
@ -183,9 +184,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 {