aboutsummaryrefslogtreecommitdiffstats
path: root/themes/base/jquery.ui.selectable.css
diff options
context:
space:
mode:
authorTJ VanToll <tj.vantoll@gmail.com>2013-12-12 22:10:06 -0500
committerTJ VanToll <tj.vantoll@gmail.com>2014-01-15 15:38:10 -0500
commit28310ff55f062199fb2f187ea13d3561a879aea8 (patch)
tree84bfaf2266437b2357967dea5284207c71a30448 /themes/base/jquery.ui.selectable.css
parent1bbbcc723c489d7ef7d72bb62564b8f07805c41c (diff)
downloadjquery-ui-28310ff55f062199fb2f187ea13d3561a879aea8.tar.gz
jquery-ui-28310ff55f062199fb2f187ea13d3561a879aea8.zip
Slider & Interactions: Add Windows 8 touch support
Fixes #9709 Fixes #9710 Closes gh-1152
Diffstat (limited to 'themes/base/jquery.ui.selectable.css')
-rw-r--r--themes/base/jquery.ui.selectable.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/base/jquery.ui.selectable.css b/themes/base/jquery.ui.selectable.css
index d44ad46cf..4fae8d149 100644
--- a/themes/base/jquery.ui.selectable.css
+++ b/themes/base/jquery.ui.selectable.css
@@ -6,6 +6,10 @@
* Released under the MIT license.
* http://jquery.org/license
*/
+.ui-selectable {
+ -ms-touch-action: none;
+ touch-action: none;
+}
.ui-selectable-helper {
position: absolute;
z-index: 100;