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

Commit

Permalink
use currentColor instead of hard-coded color for the slider of the Fi…
Browse files Browse the repository at this point in the history
…lter By Price block #7130

use currentColor instead of hard-coded color for the slider of the Filte By Price block
  • Loading branch information
gigitux committed Oct 28, 2022
1 parent 1201856 commit fe483eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/js/base/components/price-slider/style.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

@mixin thumb {
background: $white;
background-color: transparent;
background-position: 0 0;
box-sizing: content-box;
Expand All @@ -13,7 +14,6 @@
cursor: pointer;
z-index: 20;
pointer-events: auto;
background: $white;
transition: transform 0.2s ease-in-out;
-webkit-appearance: none;
-moz-appearance: none;
Expand All @@ -25,6 +25,7 @@

@mixin thumbFocus {
background: $gray-900;
border-color: #fff;
}


Expand Down

0 comments on commit fe483eb

Please sign in to comment.