mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
default value for css transitions is: "all 0s" not "none"
This commit is contained in:
@@ -40,10 +40,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.gridster .dragging {
|
.gridster .dragging {
|
||||||
-webkit-transition: none!important;
|
z-index: 10!important;
|
||||||
-moz-transition: none!important;
|
-webkit-transition: all 0s !important;
|
||||||
-o-transition: none!important;
|
-moz-transition: all 0s !important;
|
||||||
transition: none!important;
|
-o-transition: all 0s !important;
|
||||||
|
transition: all 0s !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Uncomment this if you set helper : "clone" in draggable options */
|
/* Uncomment this if you set helper : "clone" in draggable options */
|
||||||
|
Reference in New Issue
Block a user