Sha256: 7b0ab86d90cb1b17778e3a7651b6973072dc320b48dcbbe02090184b67e98cb0
Contents?: true
Size: 1.58 KB
Versions: 3
Compression:
Stored size: 1.58 KB
Contents
/*! UIkit 2.24.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */ /* ======================================================================== Component: Sortable ========================================================================== */ .uk-sortable { position: relative; } /* * Deactivate browser touch actions in IE11 */ .uk-sortable > * { touch-action: none; } /* * Disables the default callout shown when you touch and hold a touch target * Currently only works in Webkit */ .uk-sortable a, .uk-sortable img { -webkit-touch-callout: none; } /* * Remove margin from the last-child */ .uk-sortable > :last-child { margin-bottom: 0; } /* Sub-modifier `uk-sortable-dragged` ========================================================================== */ .uk-sortable-dragged { position: absolute; z-index: 1050; pointer-events: none; } /* Sub-modifier `uk-sortable-placeholder` ========================================================================== */ .uk-sortable-placeholder { opacity: 0; } /* Empty List ========================================================================== */ .uk-sortable-empty { min-height: 30px; } /* Sub-object `uk-sortable-handle` ========================================================================== */ /* * Deactivate browser touch actions in IE11 */ .uk-sortable-handle { touch-action: none; } /* Hover */ .uk-sortable-handle:hover { cursor: move; } /* Sub-object `uk-sortable-moving` ========================================================================== */ .uk-sortable-moving, .uk-sortable-moving * { cursor: move; }
Version data entries
3 entries across 1 versions & 1 rubygems