Skip to content

Commit 400457b

Browse files
authored
fix: CSS selector for price slider range input progress for LTR language (#2186)
1 parent 1778430 commit 400457b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/customizer/class-storefront-customizer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1154,7 +1154,7 @@ public function gutenberg_get_css() {
11541154
color: ' . $storefront_theme_mods['hero_heading_color'] . ';
11551155
}
11561156
1157-
.wc-block-components-price-slider__range-input-progress,
1157+
div.wc-block-components-price-slider__range-input-progress,
11581158
.rtl .wc-block-components-price-slider__range-input-progress {
11591159
--range-color: ' . $storefront_theme_mods['accent_color'] . ';
11601160
}

0 commit comments

Comments
 (0)