mirror of
https://github.com/woocommerce/storefront.git
synced 2025-08-21 04:11:59 +08:00
fix: CSS selector for price slider range input progress for LTR language (#2186)
This commit is contained in:
parent
1778430c32
commit
400457befb
1 changed files with 1 additions and 1 deletions
|
@ -1154,7 +1154,7 @@ if ( ! class_exists( 'Storefront_Customizer' ) ) :
|
|||
color: ' . $storefront_theme_mods['hero_heading_color'] . ';
|
||||
}
|
||||
|
||||
.wc-block-components-price-slider__range-input-progress,
|
||||
div.wc-block-components-price-slider__range-input-progress,
|
||||
.rtl .wc-block-components-price-slider__range-input-progress {
|
||||
--range-color: ' . $storefront_theme_mods['accent_color'] . ';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue