Sha256: 9a47008d556166e19bc637ba640a3c509585218c76fad09e65d017880d8cf541

Contents?: true

Size: 372 Bytes

Versions: 1

Compression:

Stored size: 372 Bytes

Contents

/*!
 * jQuery UI Selectable 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*
 *= require jquery-ui/theme
 */
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jquery-ui-rails-7.0.0 app/assets/stylesheets/jquery-ui/selectable.css