Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / themes / stable / css / image / editors / image.theme.css
index f7a1b3a6fe4f18658478f0f4e165b6df1771b578..feaa87f4d6532edf11ab1e94b82d52dc50f083a2 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 {