.slider {
width: 207px;
height: 100%;
background: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
overflow: hidden;
}
// WebKit thumb
.slider[type="range" i]::-webkit-slider-thumb {
height: 16px;
width: 16px;
border-radius: 3px;
background: $primary-color;
border-image: linear-gradient(90deg, $primary-color 50%, white 0)
0 1 / calc(50% - 2px) 100vw / 0 100vw;
-webkit-appearance: none;
appearance: none;
}
// Firefox thumb
.slider[type="range"]::-moz-range-thumb {
height: 16px;
width: 16px;
border-radius: 3px;
background: $primary-color;
border-image: linear-gradient(90deg, $primary-color 50%, white 0)
0 1 / calc(50% - 2px) 100vw / 0 100vw;
appearance: none;
}
.slider {
width: 207px;
height: 100%;
background: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
overflow: hidden;
}
// WebKit thumb
.slider[type="range" i]::-webkit-slider-thumb {
height: 16px;
width: 16px;
border-radius: 3px;
background: $primary-color;
border-image: linear-gradient(90deg, $primary-color 50%, white 0)
0 1 / calc(50% - 2px) 100vw / 0 100vw;
-webkit-appearance: none;
appearance: none;
}
// Firefox thumb
.slider[type="range"]::-moz-range-thumb {
height: 16px;
width: 16px;
border-radius: 3px;
background: $primary-color;
border-image: linear-gradient(90deg, $primary-color 50%, white 0)
0 1 / calc(50% - 2px) 100vw / 0 100vw;
appearance: none;
}