Enable declaration-block-no-duplicate-properties stylelint rule (https://github.com/woocommerce/woocommerce-blocks/pull/10163)
This commit is contained in:
parent
d7d550f983
commit
98a61d3a4d
|
@ -4,7 +4,6 @@
|
||||||
"at-rule-empty-line-before": null,
|
"at-rule-empty-line-before": null,
|
||||||
"at-rule-no-unknown": null,
|
"at-rule-no-unknown": null,
|
||||||
"comment-empty-line-before": null,
|
"comment-empty-line-before": null,
|
||||||
"declaration-block-no-duplicate-properties": null,
|
|
||||||
"font-weight-notation": null,
|
"font-weight-notation": null,
|
||||||
"max-line-length": null,
|
"max-line-length": null,
|
||||||
"no-descending-specificity": null,
|
"no-descending-specificity": null,
|
||||||
|
|
|
@ -92,7 +92,6 @@ $fontSizes: (
|
||||||
word-wrap: normal !important;
|
word-wrap: normal !important;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
position: absolute !important;
|
position: absolute !important;
|
||||||
width: 1px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@mixin visually-hidden-focus-reveal() {
|
@mixin visually-hidden-focus-reveal() {
|
||||||
|
|
|
@ -169,7 +169,6 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 0;
|
height: 0;
|
||||||
display: block;
|
display: block;
|
||||||
position: relative;
|
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
outline: none !important;
|
outline: none !important;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -366,7 +365,6 @@
|
||||||
@include ie11() {
|
@include ie11() {
|
||||||
.wc-block-components-price-slider__range-input-wrapper {
|
.wc-block-components-price-slider__range-input-wrapper {
|
||||||
border: 0;
|
border: 0;
|
||||||
height: auto;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -14,7 +14,6 @@
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
width: auto;
|
width: auto;
|
||||||
max-width: 600px;
|
max-width: 600px;
|
||||||
margin: 0;
|
|
||||||
pointer-events: all;
|
pointer-events: all;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
|
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
|
||||||
|
|
|
@ -160,7 +160,6 @@
|
||||||
height: 16px;
|
height: 16px;
|
||||||
width: 16px;
|
width: 16px;
|
||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
padding: 0;
|
|
||||||
margin: 0 0.5em 0 0;
|
margin: 0 0.5em 0 0;
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
|
|
||||||
|
|
|
@ -31,7 +31,6 @@
|
||||||
margin: 0;
|
margin: 0;
|
||||||
margin-right: 0.5em;
|
margin-right: 0.5em;
|
||||||
margin-left: -60px;
|
margin-left: -60px;
|
||||||
position: relative;
|
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
border: 1px solid #eee;
|
border: 1px solid #eee;
|
||||||
|
|
||||||
|
|
|
@ -29,7 +29,6 @@
|
||||||
|
|
||||||
.woocommerce-tag__remove {
|
.woocommerce-tag__remove {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
height: inherit;
|
|
||||||
padding: 0 2px;
|
padding: 0 2px;
|
||||||
border-radius: 0 12px 12px 0;
|
border-radius: 0 12px 12px 0;
|
||||||
color: $gray-700;
|
color: $gray-700;
|
||||||
|
|
Loading…
Reference in New Issue