Issue #3308821 by lauriii, nod_: Update stylelint-config-standard to 28.0.0
parent
41f8e9cf65
commit
bd2a6b97ff
|
@ -91,7 +91,7 @@
|
|||
"sortablejs": "1.15.x",
|
||||
"stylelint": "^14.0.1",
|
||||
"stylelint-checkstyle-formatter": "^0.1.2",
|
||||
"stylelint-config-standard": "^23.0.0",
|
||||
"stylelint-config-standard": "^28.0.0",
|
||||
"stylelint-order": "^5.0.0",
|
||||
"tabbable": "~6.0.0",
|
||||
"terser": "^5.14.2",
|
||||
|
|
|
@ -337,11 +337,11 @@ td .claro-details {
|
|||
* Merges standard collapse-processed selectors.
|
||||
*/
|
||||
|
||||
[open] > .claro-details__summary--accordion:not(:focus):not(:active)::after,
|
||||
[open] > .claro-details__summary--accordion-item:not(:focus):not(:active)::after,
|
||||
[open] > .claro-details__summary--accordion:not(:focus, :active)::after,
|
||||
[open] > .claro-details__summary--accordion-item:not(:focus, :active)::after,
|
||||
.collapse-processed[open] > .claro-details__summary--accordion .details-title:not(:focus)::after,
|
||||
.collapse-processed[open] > .claro-details__summary--accordion-item .details-title:not(:focus)::after,
|
||||
[open] > .claro-details__summary--vertical-tabs-item:not(:focus):not(:active)::after,
|
||||
[open] > .claro-details__summary--vertical-tabs-item:not(:focus, :active)::after,
|
||||
.collapse-processed[open] > .claro-details__summary--vertical-tabs-item .details-title:not(:focus)::after {
|
||||
opacity: 1;
|
||||
border: var(--details-summary-focus-border-size) solid var(--color-absolutezero);
|
||||
|
|
|
@ -316,11 +316,11 @@
|
|||
* Active has to be here for Firefox.
|
||||
* Merges standard collapse-processed selectors.
|
||||
*/
|
||||
[open] > .claro-details__summary--accordion:not(:focus):not(:active)::after,
|
||||
[open] > .claro-details__summary--accordion-item:not(:focus):not(:active)::after,
|
||||
[open] > .claro-details__summary--accordion:not(:focus, :active)::after,
|
||||
[open] > .claro-details__summary--accordion-item:not(:focus, :active)::after,
|
||||
.collapse-processed[open] > .claro-details__summary--accordion .details-title:not(:focus)::after,
|
||||
.collapse-processed[open] > .claro-details__summary--accordion-item .details-title:not(:focus)::after,
|
||||
[open] > .claro-details__summary--vertical-tabs-item:not(:focus):not(:active)::after,
|
||||
[open] > .claro-details__summary--vertical-tabs-item:not(:focus, :active)::after,
|
||||
.collapse-processed[open] > .claro-details__summary--vertical-tabs-item .details-title:not(:focus)::after {
|
||||
opacity: 1;
|
||||
border: var(--details-summary-focus-border-size) solid var(--color-absolutezero);
|
||||
|
|
|
@ -61,13 +61,11 @@
|
|||
.ui-state-disabled,
|
||||
.ui-widget-content .ui-state-disabled {
|
||||
opacity: 0.35;
|
||||
filter: alpha(opacity=35);
|
||||
}
|
||||
|
||||
.ui-priority-secondary,
|
||||
.ui-widget-content .ui-priority-secondary {
|
||||
opacity: 0.7;
|
||||
filter: alpha(opacity=70);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -47,12 +47,10 @@
|
|||
.ui-state-disabled,
|
||||
.ui-widget-content .ui-state-disabled {
|
||||
opacity: 0.35;
|
||||
filter: alpha(opacity=35);
|
||||
}
|
||||
.ui-priority-secondary,
|
||||
.ui-widget-content .ui-priority-secondary {
|
||||
opacity: 0.7;
|
||||
filter: alpha(opacity=70);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -311,23 +311,23 @@
|
|||
margin-right: var(--comment-indentation);
|
||||
}
|
||||
|
||||
[dir="ltr"] .indented > .comment:not(:last-of-type):not(.has-children):before {
|
||||
[dir="ltr"] .indented > .comment:not(:last-of-type, .has-children):before {
|
||||
left: calc(-1 * var(--comment-indentation) - var(--sp));
|
||||
}
|
||||
|
||||
[dir="rtl"] .indented > .comment:not(:last-of-type):not(.has-children):before {
|
||||
[dir="rtl"] .indented > .comment:not(:last-of-type, .has-children):before {
|
||||
right: calc(-1 * var(--comment-indentation) - var(--sp));
|
||||
}
|
||||
|
||||
[dir="ltr"] .indented > .comment:not(:last-of-type):not(.has-children):before {
|
||||
[dir="ltr"] .indented > .comment:not(:last-of-type, .has-children):before {
|
||||
border-left: solid 1px var(--color--gray-95);
|
||||
}
|
||||
|
||||
[dir="rtl"] .indented > .comment:not(:last-of-type):not(.has-children):before {
|
||||
[dir="rtl"] .indented > .comment:not(:last-of-type, .has-children):before {
|
||||
border-right: solid 1px var(--color--gray-95);
|
||||
}
|
||||
|
||||
.indented > .comment:not(:last-of-type):not(.has-children):before {
|
||||
.indented > .comment:not(:last-of-type, .has-children):before {
|
||||
position: absolute;
|
||||
top: var(--sp2); /* Comment's padding-top */
|
||||
width: 0;
|
||||
|
@ -337,11 +337,11 @@
|
|||
|
||||
@media (min-width: 43.75rem) {
|
||||
|
||||
[dir="ltr"] .indented > .comment:not(:last-of-type):not(.has-children):before {
|
||||
[dir="ltr"] .indented > .comment:not(:last-of-type, .has-children):before {
|
||||
left: calc(-1 * var(--comment-indentation--md) + var(--sp));
|
||||
}
|
||||
|
||||
[dir="rtl"] .indented > .comment:not(:last-of-type):not(.has-children):before {
|
||||
[dir="rtl"] .indented > .comment:not(:last-of-type, .has-children):before {
|
||||
right: calc(-1 * var(--comment-indentation--md) + var(--sp));
|
||||
}
|
||||
}
|
||||
|
|
|
@ -183,7 +183,7 @@
|
|||
.indented {
|
||||
margin-inline-start: var(--comment-indentation);
|
||||
|
||||
& > .comment:not(:last-of-type):not(.has-children):before {
|
||||
& > .comment:not(:last-of-type, .has-children):before {
|
||||
position: absolute;
|
||||
inset-block-start: var(--sp2);
|
||||
inset-inline-start: calc(-1 * var(--comment-indentation) - var(--sp)); /* Comment's padding-top */
|
||||
|
|
|
@ -4985,17 +4985,17 @@ stylelint-checkstyle-formatter@^0.1.2:
|
|||
dependencies:
|
||||
lodash "^4.17.10"
|
||||
|
||||
stylelint-config-recommended@^6.0.0:
|
||||
version "6.0.0"
|
||||
resolved "https://registry.yarnpkg.com/stylelint-config-recommended/-/stylelint-config-recommended-6.0.0.tgz#fd2523a322836005ad9bf473d3e5534719c09f9d"
|
||||
integrity sha512-ZorSSdyMcxWpROYUvLEMm0vSZud2uB7tX1hzBZwvVY9SV/uly4AvvJPPhCcymZL3fcQhEQG5AELmrxWqtmzacw==
|
||||
stylelint-config-recommended@^9.0.0:
|
||||
version "9.0.0"
|
||||
resolved "https://registry.yarnpkg.com/stylelint-config-recommended/-/stylelint-config-recommended-9.0.0.tgz#1c9e07536a8cd875405f8ecef7314916d94e7e40"
|
||||
integrity sha512-9YQSrJq4NvvRuTbzDsWX3rrFOzOlYBmZP+o513BJN/yfEmGSr0AxdvrWs0P/ilSpVV/wisamAHu5XSk8Rcf4CQ==
|
||||
|
||||
stylelint-config-standard@^23.0.0:
|
||||
version "23.0.0"
|
||||
resolved "https://registry.yarnpkg.com/stylelint-config-standard/-/stylelint-config-standard-23.0.0.tgz#4ad58c74804c544cb4d30667c21a30ab14d1c17d"
|
||||
integrity sha512-8PDlk+nWuc1T66nVaODTdVodN0pjuE5TBlopi39Lt9EM36YJsRhqttMyUhnS78oc/59Q6n8iw2GJB4QcoFqtRg==
|
||||
stylelint-config-standard@^28.0.0:
|
||||
version "28.0.0"
|
||||
resolved "https://registry.yarnpkg.com/stylelint-config-standard/-/stylelint-config-standard-28.0.0.tgz#7e1926c232631a8445eafee7b186d276d42d7b15"
|
||||
integrity sha512-q/StuowDdDmFCravzGHAwgS9pjX0bdOQUEBBDIkIWsQuYGgYz/xsO8CM6eepmIQ1fc5bKdDVimlJZ6MoOUcJ5Q==
|
||||
dependencies:
|
||||
stylelint-config-recommended "^6.0.0"
|
||||
stylelint-config-recommended "^9.0.0"
|
||||
|
||||
stylelint-order@^5.0.0:
|
||||
version "5.0.0"
|
||||
|
|
Loading…
Reference in New Issue