summaryrefslogtreecommitdiff
path: root/xstatic/pkg/jquery_ui/data/themes/base/selectable.css
diff options
context:
space:
mode:
Diffstat (limited to 'xstatic/pkg/jquery_ui/data/themes/base/selectable.css')
-rw-r--r--xstatic/pkg/jquery_ui/data/themes/base/selectable.css17
1 files changed, 0 insertions, 17 deletions
diff --git a/xstatic/pkg/jquery_ui/data/themes/base/selectable.css b/xstatic/pkg/jquery_ui/data/themes/base/selectable.css
deleted file mode 100644
index 11289c2..0000000
--- a/xstatic/pkg/jquery_ui/data/themes/base/selectable.css
+++ /dev/null
@@ -1,17 +0,0 @@
-/*!
- * jQuery UI Selectable 1.12.0
- * http://jqueryui.com
- *
- * Copyright jQuery Foundation and other contributors
- * 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;
- border: 1px dotted black;
-}