We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3635974 + a739e52 commit 01078acCopy full SHA for 01078ac
app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/block/_default.less
@@ -53,6 +53,11 @@
53
54
:not(.pagebuilder-content-type-hidden) {
55
> .pagebuilder-block.pagebuilder-content-type.pagebuilder-block-overlay {
56
+ -moz-transition: opacity 200ms, visibility 200ms;
57
+ -o-transition: opacity 200ms, visibility 200ms;
58
+ -webkit-transition: opacity, 200ms visibility 200ms;
59
+ transition: opacity 200ms, visibility 200ms;
60
+
61
&:before {
62
content: '';
63
opacity: 0;
0 commit comments