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
c0fcd5c970
commit
8ac701dad4
@ -113,9 +113,9 @@ h2.adf-search-results-label {
|
|||||||
fill: var(--theme-primary-color);
|
fill: var(--theme-primary-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.adf-no-content-container.adf-datatable-cell {
|
.adf-no-content-container {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border: none;
|
border: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.adf-datatable-cell {
|
.adf-datatable-cell {
|
||||||
@ -129,8 +129,9 @@ h2.adf-search-results-label {
|
|||||||
flex: 1 0 95px;
|
flex: 1 0 95px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.adf-name-location-cell-location {
|
.adf-no-content-container.adf-datatable-cell {
|
||||||
display: none;
|
text-align: center;
|
||||||
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.adf-content-selector-visibility-cell {
|
&.adf-content-selector-visibility-cell {
|
||||||
@ -146,7 +147,8 @@ h2.adf-search-results-label {
|
|||||||
.adf-datatable-body .adf-datatable-row {
|
.adf-datatable-body .adf-datatable-row {
|
||||||
min-height: 40px;
|
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;
|
padding-top: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -165,13 +167,11 @@ h2.adf-search-results-label {
|
|||||||
}
|
}
|
||||||
|
|
||||||
&-searchLayout {
|
&-searchLayout {
|
||||||
.adf-datatable-list .adf-datatable-body .adf-datatable-row {
|
.adf-datatable-list .adf-datatable-row {
|
||||||
min-height: 65px;
|
min-height: 65px !important;
|
||||||
|
|
||||||
.adf-datatable-cell {
|
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
|
||||||
.adf-name-location-cell-location {
|
padding-top: 15px;
|
||||||
padding: 0 10px;
|
|
||||||
display: block;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.adf-name-location-cell-name {
|
.adf-name-location-cell-name {
|
||||||
@ -182,9 +182,6 @@ 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;
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
/* stylelint-disable selector-class-pattern */
|
||||||
adf-search-chip-autocomplete-input {
|
adf-search-chip-autocomplete-input {
|
||||||
.adf-chip-list {
|
.adf-chip-list {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
/* stylelint-disable selector-class-pattern */
|
||||||
.adf-version-list {
|
.adf-version-list {
|
||||||
&-viewport {
|
&-viewport {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
@ -2,18 +2,17 @@
|
|||||||
$adf-inplace-input-padding: 7px;
|
$adf-inplace-input-padding: 7px;
|
||||||
|
|
||||||
.adf-inplace-input-container {
|
.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. */
|
/* 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 {
|
.mat-form-field-underline {
|
||||||
display: none;
|
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. */
|
/* 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 {
|
.mat-mdc-form-field-infix {
|
||||||
display: flex;
|
display: flex;
|
||||||
border-top: 0;
|
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. */
|
/* 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 {
|
.mat-form-field-label {
|
||||||
padding: $adf-inplace-input-padding;
|
padding: $adf-inplace-input-padding;
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
|
/* stylelint-disable selector-class-pattern */
|
||||||
.adf {
|
.adf {
|
||||||
|
// eslint-disable-selector-class-pattern
|
||||||
&-date-widget {
|
&-date-widget {
|
||||||
/* 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-text-suffix {
|
.mat-mdc-form-field-text-suffix {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user