vendor/assets/stylesheets/uikit/components/sortable.css in uikit2-rails-0.1.9 vs vendor/assets/stylesheets/uikit/components/sortable.css in uikit2-rails-0.1.10
- old
+ new
@@ -1,6 +1,6 @@
-/*! UIkit 2.26.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
+/*! UIkit 2.27.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
/* ========================================================================
Component: Sortable
========================================================================== */
.uk-sortable {
position: relative;
@@ -57,6 +57,10 @@
/* Sub-object `uk-sortable-moving`
========================================================================== */
.uk-sortable-moving,
.uk-sortable-moving * {
cursor: move;
+}
+/* Fixes dragging items over iframes */
+.uk-sortable-moving iframe {
+ pointer-events: none;
}