Skip to content

Commit

Permalink
Update _range_slider.scss
Browse files Browse the repository at this point in the history
Signed-off-by: Shahriar Shatil <[email protected]>
Signed-off-by: ShatilKhan <[email protected]>
  • Loading branch information
ShatilKhan committed Nov 16, 2023
1 parent 6281865 commit a6a2ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/form/range/_range_slider.scss
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
// sass-lint:disable-block no-vendor-prefixes
&::-webkit-slider-thumb {
-webkit-appearance: none;
margin-top: calc(calc($ouiRangeTrackBorderWidth * -2 + $ouiRangeTrackHeight) / 2) - calc($ouiRangeThumbHeight / 2);
margin-top: calc(($ouiRangeTrackBorderWidth * -2 + $ouiRangeTrackHeight - $ouiRangeThumbHeight) / 2);
}

&::-ms-thumb {
Expand Down

0 comments on commit a6a2ee8

Please sign in to comment.