Slider: Use cursor: pointer on handles

Fixes #9371
Closes gh-1800
This commit is contained in:
Scott González 2017-03-09 12:17:06 -05:00
parent 032ddc3349
commit c6e2b52d70

View 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;
}