Skip to content

Commit c6e2b52

Browse files
committed
Slider: Use cursor: pointer on handles
Fixes #9371 Closes jquerygh-1800
1 parent 032ddc3 commit c6e2b52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/base/slider.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
z-index: 2;
1818
width: 1.2em;
1919
height: 1.2em;
20-
cursor: default;
20+
cursor: pointer;
2121
-ms-touch-action: none;
2222
touch-action: none;
2323
}

0 commit comments

Comments
 (0)