Skip to content

Commit

Permalink
Slider: Use cursor: pointer on handles
Browse files Browse the repository at this point in the history
Fixes #9371
Closes gh-1800
  • Loading branch information
scottgonzalez committed Apr 12, 2017
1 parent 032ddc3 commit c6e2b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/base/slider.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
z-index: 2;
width: 1.2em;
height: 1.2em;
cursor: default;
cursor: pointer;
-ms-touch-action: none;
touch-action: none;
}
Expand Down

0 comments on commit c6e2b52

Please sign in to comment.