Bump stylelint from 13.13.1 to 14.2.0 (#7431)

* Bump stylelint from 13.13.1 to 14.2.0

Bumps [stylelint](https://github.com/stylelint/stylelint) from 13.13.1 to 14.2.0.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/13.13.1...14.2.0)

---
updated-dependencies:
- dependency-name: stylelint
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* upgrade to newest stylelint

* fix style issues

* fix color function rules to match old Angular

* rollback modern color func

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Denys Vuika <denys.vuika@gmail.com>
This commit is contained in:
dependabot[bot]
2022-01-05 09:21:09 +00:00
committed by GitHub
parent cd02fb2040
commit 28bdab1146
165 changed files with 1606 additions and 971 deletions

View File

@@ -8,7 +8,8 @@
color: var(--adf-card-view-text-color);
}
&-array-item-action:hover, &-array-item-action:focus {
&-array-item-action:hover,
&-array-item-action:focus {
color: var(--theme-text-fg-color);
}
@@ -22,9 +23,6 @@
&-array-item-more-chip-container {
&.mat-card {
box-shadow: none;
}
&.mat-card {
max-height: 300px;
overflow-y: auto;
}
@@ -40,6 +38,7 @@
padding-top: 6px;
cursor: pointer;
}
.mat-chip {
cursor: pointer;
}

View File

@@ -1,3 +1,4 @@
/* stylelint-disable no-descending-specificity */
.adf {
&-invisible-date-input {
height: 2px;

View File

@@ -34,7 +34,8 @@
box-shadow: none;
}
.mat-header-row, .mat-row {
.mat-header-row,
.mat-row {
padding: 0;
}
}

View File

@@ -170,10 +170,12 @@
.adf-textitem-edit-icon {
display: none;
}
.adf-property-clear-value {
color: var(--adf-card-view-text-color);
display: inline;
}
.adf-property-clear-value:hover {
color: var(--theme-text-fg-color);
}

View File

@@ -1,3 +1,4 @@
/* stylelint-disable no-descending-specificity */
.adf-property-list {
.adf-property {
margin-bottom: 20px;
@@ -6,6 +7,12 @@
margin-top: 6px;
}
.adf-property-read-only {
.mat-form-field-underline {
display: none;
}
}
.adf-property-field {
width: 100%;
margin-bottom: -25px;
@@ -25,12 +32,6 @@
}
}
.adf-property-read-only {
.mat-form-field-underline {
display: none;
}
}
.adf-property-label {
font-size: 12px;
color: var(--theme-text-color);