Commit da4e3051 authored by Odai Jaber's avatar Odai Jaber Committed by Rajab Natshah
Browse files

Issue #3305787 by Odai Jaber: Fix will-change css property after the images...

Issue #3305787 by Odai Jaber: Fix will-change css property after the images are lazy loaded a shadow appears around it on Safari
parent 1599938c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@
.blazy.field--type-image .b-lazy,
.blazy.media-cover-image .b-lazy {
  transition: filter 0.2s, transform 0.2s;
  will-change: filter, transform;
  transform: scale(1.001);
  opacity: 1;
  filter: blur(2px);
+1 −1
Original line number Diff line number Diff line
@@ -295,7 +295,7 @@ html[dir=rtl] .entity-embed-dialog-step--embed > .form-item-entity {
.entity-browser-form div#ief-dropzone-upload > div {
  margin: 0 15px 15px 15px;
  padding: 15px;
  border: 2px dashed rgba(107, 107, 107, 0.65);
  border: 2px dashed hsla(0deg, 0%, 42%, 0.65);
  border-radius: 20px;
}
.entity-browser-form div#ief-dropzone-upload > div .image-widget-data {
+1 −0
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@
    .b-lazy {
      filter: blur(2px);
      transform: scale(1.001);
      will-change: filter, transform;
      transition: filter .2s, transform .2s;
      opacity: 1;
    }
+0 −1
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@
@import "../node_modules/bootstrap/scss/functions";     // Bootstrap funcions.
@import "../node_modules/bootstrap/scss/mixins";        // Bootstrap mixins.
@import "../node_modules/bootstrap/scss/variables";     // Bootstrap variables.
@import "../node_modules/bootstrap/scss/utilities"; // Bootstrap utilities.
// -----------------------------------------------------------------------------

// Grid breakpoints
+1505 −1512

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1

File changed.

Contains only whitespace changes.

Loading