We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6281865 commit a6a2ee8Copy full SHA for a6a2ee8
src/components/form/range/_range_slider.scss
@@ -102,7 +102,7 @@
102
// sass-lint:disable-block no-vendor-prefixes
103
&::-webkit-slider-thumb {
104
-webkit-appearance: none;
105
- margin-top: calc(calc($ouiRangeTrackBorderWidth * -2 + $ouiRangeTrackHeight) / 2) - calc($ouiRangeThumbHeight / 2);
+ margin-top: calc(($ouiRangeTrackBorderWidth * -2 + $ouiRangeTrackHeight - $ouiRangeThumbHeight) / 2);
106
}
107
108
&::-ms-thumb {
0 commit comments