Skip to content

Commit

Permalink
Merge pull request #10562 from farrago/fix-range-webkit
Browse files Browse the repository at this point in the history
Fix native range thumb styles on Webkit (Chrome/Safari)
  • Loading branch information
kball authored Aug 26, 2017
2 parents 68961a5 + 0abc9a2 commit af0368d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/forms/_range.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ $slider-radius: $global-radius !default;
background: $slider-background;
}

&::-webkit-slider-handle {
&::-webkit-slider-thumb {
width: $slider-handle-width;
height: $slider-handle-height;
margin-top: -$margin;
Expand Down

0 comments on commit af0368d

Please sign in to comment.