mirror of
https://github.com/discourse/discourse.git
synced 2025-02-24 13:14:26 +08:00
DEV: Fix declaration-block-no-shorthand-property-overrides
(#31166)
This commit is contained in:
parent
5f0c21d906
commit
b839d09dfb
@ -311,7 +311,6 @@ $mobile-breakpoint: 700px;
|
||||
&::after {
|
||||
content: " ";
|
||||
position: absolute;
|
||||
background-color: red;
|
||||
left: 0;
|
||||
right: 0;
|
||||
top: $maxHeight - $gradientHeight;
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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(
|
||||
|
@ -640,7 +640,6 @@
|
||||
display: flex;
|
||||
position: relative;
|
||||
overflow: visible;
|
||||
margin-right: 0.5em;
|
||||
flex-shrink: 0;
|
||||
width: 2em;
|
||||
height: 2em;
|
||||
|
@ -125,7 +125,6 @@
|
||||
div {
|
||||
display: inline-flex;
|
||||
align-items: baseline;
|
||||
margin-right: 15px;
|
||||
margin: 4px 0;
|
||||
}
|
||||
}
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user