Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / image / css / editors / image.theme.css
index 5946458085602deb6228b8ab3f58a5a0cd0d36e6..2bd1435b81e261403d4b001531198e7561f08731 100644 (file)
@@ -5,12 +5,12 @@
 
 .quickedit-image-dropzone {
   background: rgba(116, 183, 255, 0.8);
-  transition: background .2s;
+  transition: background 0.2s;
 }
 
 .quickedit-image-icon {
   margin: 0 0 10px 0;
-  transition: margin .5s;
+  transition: margin 0.5s;
 }
 
 .quickedit-image-dropzone.hover {