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 {
|
||||
-webkit-transition: none!important;
|
||||
-moz-transition: none!important;
|
||||
-o-transition: none!important;
|
||||
transition: none!important;
|
||||
z-index: 10!important;
|
||||
-webkit-transition: all 0s !important;
|
||||
-moz-transition: all 0s !important;
|
||||
-o-transition: all 0s !important;
|
||||
transition: all 0s !important;
|
||||
}
|
||||
|
||||
/* Uncomment this if you set helper : "clone" in draggable options */
|
||||
|
Reference in New Issue
Block a user