Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit 6c68e0c

Browse files
authored
Remove the price filter setting label style (#6994)
1 parent 6286a6f commit 6c68e0c

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

assets/js/blocks/price-filter/editor.scss

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@
66
&::-webkit-slider-thumb {
77
pointer-events: none;
88
}
9+
910
&::-moz-range-thumb {
1011
pointer-events: none;
1112
}
13+
1214
&::-ms-thumb {
1315
pointer-events: none;
1416
}
@@ -23,25 +25,23 @@
2325
}
2426
}
2527

26-
.components-base-control__label {
27-
text-transform: uppercase;
28-
@include font-size(small);
29-
}
30-
3128
.wc-block-price-slider {
3229
.components-placeholder__instructions {
3330
border-bottom: 1px solid #e0e2e6;
3431
width: 100%;
3532
padding-bottom: 1em;
3633
margin-bottom: 2em;
3734
}
35+
3836
.components-placeholder__label svg {
3937
fill: currentColor;
4038
margin-right: 1ch;
4139
}
40+
4241
.components-placeholder__fieldset {
4342
display: block; /* Disable flex box */
4443
}
44+
4545
.wc-block-price-slider__add-product-button {
4646
margin: 0 0 1em;
4747
vertical-align: middle;
@@ -54,6 +54,7 @@
5454
vertical-align: middle;
5555
}
5656
}
57+
5758
.wc-block-price-slider__read_more_button {
5859
display: block;
5960
margin-bottom: 1em;

0 commit comments

Comments
 (0)