From f67475141edd5bef543197f51843991f4ac604e0 Mon Sep 17 00:00:00 2001 From: Luigi Date: Fri, 28 Oct 2022 16:43:08 +0200 Subject: [PATCH] use currentColor instead of hard-coded color for the slider of the Filter By Price block #7130 use currentColor instead of hard-coded color for the slider of the Filte By Price block --- assets/js/base/components/price-slider/style.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/js/base/components/price-slider/style.scss b/assets/js/base/components/price-slider/style.scss index be5f9400f35..e94d8d75985 100644 --- a/assets/js/base/components/price-slider/style.scss +++ b/assets/js/base/components/price-slider/style.scss @@ -25,6 +25,7 @@ @mixin thumbFocus { background: $gray-900; + border-color: white; }