Download elementor plugin
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
/*
|
||||
TODO: Temp fix - Need to unify the background & lazy-load selectors.
|
||||
This fix accounts for the DOM experiment & motion fx changes, that are already fixed in the background
|
||||
selector itself (which is the reason we need to unify it).
|
||||
*/
|
||||
.lazyloaded:not(.elementor-motion-effects-element-type-background),
|
||||
.lazyloaded > .elementor-motion-effects-container > .elementor-motion-effects-layer,
|
||||
.lazyloaded > [class*=-wrap] > .elementor-motion-effects-container > .elementor-motion-effects-layer,
|
||||
body.e-lazyload .lazyloaded .elementor-background-overlay,
|
||||
body.e-lazyload .e-con.lazyloaded::before,
|
||||
body.e-lazyload .lazyloaded {
|
||||
--e-bg-lazyload-loaded: var(--e-bg-lazyload);
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=frontend.css.map */
|
||||
1
wp-content/plugins/elementor/assets/css/modules/lazyload/frontend.min.css
vendored
Normal file
1
wp-content/plugins/elementor/assets/css/modules/lazyload/frontend.min.css
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.lazyloaded:not(.elementor-motion-effects-element-type-background),.lazyloaded>.elementor-motion-effects-container>.elementor-motion-effects-layer,.lazyloaded>[class*=-wrap]>.elementor-motion-effects-container>.elementor-motion-effects-layer,body.e-lazyload .e-con.lazyloaded:before,body.e-lazyload .lazyloaded,body.e-lazyload .lazyloaded .elementor-background-overlay{--e-bg-lazyload-loaded:var(--e-bg-lazyload)}
|
||||
Reference in New Issue
Block a user