diff options
author | Scott González <scott.gonzalez@gmail.com> | 2017-03-09 12:17:06 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2017-04-12 12:38:28 -0400 |
commit | c6e2b52d70b8caf920f382402aba9f04de7e32b2 (patch) | |
tree | 41623fc2d75573960a26c62a6504d7b937506244 | |
parent | 032ddc3349f625e0840aa8e266b5d8ebee994853 (diff) | |
download | jquery-ui-c6e2b52d70b8caf920f382402aba9f04de7e32b2.tar.gz jquery-ui-c6e2b52d70b8caf920f382402aba9f04de7e32b2.zip |
Slider: Use `cursor: pointer` on handles
Fixes #9371
Closes gh-1800
-rw-r--r-- | themes/base/slider.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/base/slider.css b/themes/base/slider.css index cffdc9691..724d513c2 100644 --- a/themes/base/slider.css +++ b/themes/base/slider.css @@ -17,7 +17,7 @@ z-index: 2; width: 1.2em; height: 1.2em; - cursor: default; + cursor: pointer; -ms-touch-action: none; touch-action: none; } |