aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2017-03-09 12:17:06 -0500
committerScott González <scott.gonzalez@gmail.com>2017-04-12 12:38:28 -0400
commitc6e2b52d70b8caf920f382402aba9f04de7e32b2 (patch)
tree41623fc2d75573960a26c62a6504d7b937506244
parent032ddc3349f625e0840aa8e266b5d8ebee994853 (diff)
downloadjquery-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.css2
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;
}