mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
Fixed lint files and exclude some needing migration
This commit is contained in:
parent
93c475a5cc
commit
a39d71389c
@ -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;
|
||||
|
@ -1,3 +1,4 @@
|
||||
/* stylelint-disable selector-class-pattern */
|
||||
adf-search-chip-autocomplete-input {
|
||||
.adf-chip-list {
|
||||
width: 100%;
|
||||
|
@ -1,3 +1,4 @@
|
||||
/* stylelint-disable selector-class-pattern */
|
||||
.adf-version-list {
|
||||
&-viewport {
|
||||
height: 100%;
|
||||
|
@ -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;
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user