mirror of
https://github.com/ansible/awx.git
synced 2026-02-21 05:00:07 -03:30
Added to bower.json packages that were missing. Upgraded angular to 1.2.19 in the process.
13 lines
258 B
CSS
13 lines
258 B
CSS
/*!
|
|
* jQuery UI Draggable 1.11.1
|
|
* http://jqueryui.com
|
|
*
|
|
* Copyright 2014 jQuery Foundation and other contributors
|
|
* Released under the MIT license.
|
|
* http://jquery.org/license
|
|
*/
|
|
.ui-draggable-handle {
|
|
-ms-touch-action: none;
|
|
touch-action: none;
|
|
}
|