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

Commit

Permalink
Remove the price filter setting label style (#6994)
Browse files Browse the repository at this point in the history
  • Loading branch information
albarin authored Aug 29, 2022
1 parent 6286a6f commit 6c68e0c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions assets/js/blocks/price-filter/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@
&::-webkit-slider-thumb {
pointer-events: none;
}

&::-moz-range-thumb {
pointer-events: none;
}

&::-ms-thumb {
pointer-events: none;
}
Expand All @@ -23,25 +25,23 @@
}
}

.components-base-control__label {
text-transform: uppercase;
@include font-size(small);
}

.wc-block-price-slider {
.components-placeholder__instructions {
border-bottom: 1px solid #e0e2e6;
width: 100%;
padding-bottom: 1em;
margin-bottom: 2em;
}

.components-placeholder__label svg {
fill: currentColor;
margin-right: 1ch;
}

.components-placeholder__fieldset {
display: block; /* Disable flex box */
}

.wc-block-price-slider__add-product-button {
margin: 0 0 1em;
vertical-align: middle;
Expand All @@ -54,6 +54,7 @@
vertical-align: middle;
}
}

.wc-block-price-slider__read_more_button {
display: block;
margin-bottom: 1em;
Expand Down

0 comments on commit 6c68e0c

Please sign in to comment.