summaryrefslogtreecommitdiff
path: root/xstatic/pkg/jquery_ui/data/themes/base/sortable.css
diff options
context:
space:
mode:
Diffstat (limited to 'xstatic/pkg/jquery_ui/data/themes/base/sortable.css')
-rw-r--r--xstatic/pkg/jquery_ui/data/themes/base/sortable.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/xstatic/pkg/jquery_ui/data/themes/base/sortable.css b/xstatic/pkg/jquery_ui/data/themes/base/sortable.css
new file mode 100644
index 0000000..a52a673
--- /dev/null
+++ b/xstatic/pkg/jquery_ui/data/themes/base/sortable.css
@@ -0,0 +1,12 @@
+/*!
+ * jQuery UI Sortable 1.12.0
+ * http://jqueryui.com
+ *
+ * Copyright jQuery Foundation and other contributors
+ * Released under the MIT license.
+ * http://jquery.org/license
+ */
+.ui-sortable-handle {
+ -ms-touch-action: none;
+ touch-action: none;
+}