]> source.dussan.org Git - jquery-ui.git/commitdiff
Slider: Use `cursor: pointer` on handles
authorScott González <scott.gonzalez@gmail.com>
Thu, 9 Mar 2017 17:17:06 +0000 (12:17 -0500)
committerScott González <scott.gonzalez@gmail.com>
Wed, 12 Apr 2017 16:38:28 +0000 (12:38 -0400)
Fixes #9371
Closes gh-1800

themes/base/slider.css

index cffdc96919db04f6b2f0782d305ca50142a54d47..724d513c2ac2404837e95561fdbfad2955ce807d 100644 (file)
@@ -17,7 +17,7 @@
        z-index: 2;
        width: 1.2em;
        height: 1.2em;
-       cursor: default;
+       cursor: pointer;
        -ms-touch-action: none;
        touch-action: none;
 }