mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
0df6e65830
Closes gh-2104
13 lines
253 B
CSS
13 lines
253 B
CSS
/*!
|
|
* jQuery UI Sortable @VERSION
|
|
* http://jqueryui.com
|
|
*
|
|
* Copyright OpenJS Foundation and other contributors
|
|
* Released under the MIT license.
|
|
* http://jquery.org/license
|
|
*/
|
|
.ui-sortable-handle {
|
|
-ms-touch-action: none;
|
|
touch-action: none;
|
|
}
|