DEV: Fix declaration-block-no-shorthand-property-overrides (#31166)

This commit is contained in:
Jarek Radosz 2025-02-05 12:36:21 +01:00 committed by GitHub
parent 5f0c21d906
commit b839d09dfb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 1 additions and 7 deletions

View File

@ -311,7 +311,6 @@ $mobile-breakpoint: 700px;
&::after {
content: " ";
position: absolute;
background-color: red;
left: 0;
right: 0;
top: $maxHeight - $gradientHeight;

View File

@ -394,8 +394,7 @@ table.search-logs-list {
@media screen and (min-width: 550px) {
tr {
td.term {
grid-column-start: 1;
grid-column: span 3;
grid-column-start: span 3;
}
}
}

View File

@ -72,7 +72,6 @@
display: inline-block;
margin-bottom: var(--space-2);
color: var(--primary);
background-color: var(--secondary);
border: 1px solid var(--primary-400);
border-radius: var(--d-input-border-radius);
background: svg-uri(

View File

@ -640,7 +640,6 @@
display: flex;
position: relative;
overflow: visible;
margin-right: 0.5em;
flex-shrink: 0;
width: 2em;
height: 2em;

View File

@ -125,7 +125,6 @@
div {
display: inline-flex;
align-items: baseline;
margin-right: 15px;
margin: 4px 0;
}
}

View File

@ -29,7 +29,6 @@ export default {
"scss/dollar-variable-pattern": null,
"number-max-precision": null,
"selector-pseudo-element-no-unknown": null,
"declaration-block-no-shorthand-property-overrides": null,
"scss/at-extend-no-missing-placeholder": null,
"scss/load-no-partial-leading-underscore": null,
"scss/operator-no-newline-after": null,