Skip to content

Commit b351e8d

Browse files
committed
#514: User sees content snapshot on Category Page in Admin Panel - Added missing -moz and -webkit prefixes
1 parent 42a4893 commit b351e8d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/css/source/_page-builder.less

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,8 @@
379379
}
380380
});
381381
.animation(slide-out-top @pagebuilder-animation);
382+
-moz-transition: none;
383+
-webkit-transition: none;
382384
transition: none;
383385
z-index: 801;
384386
}
@@ -398,6 +400,8 @@
398400
}
399401
});
400402
.animation(slide-in-left @pagebuilder-animation);
403+
-moz-transition: none;
404+
-webkit-transition: none;
401405
opacity: 1;
402406
transition: none;
403407
visibility: visible;
@@ -417,6 +421,8 @@
417421
}
418422
});
419423
.animation(slide-out-left @pagebuilder-animation);
424+
-moz-transition: none;
425+
-webkit-transition: none;
420426
transition: none;
421427
z-index: 801;
422428
}

0 commit comments

Comments
 (0)