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 fe9daa1 + 0a62792 commit 981c13bCopy full SHA for 981c13b
app/code/Magento/PageBuilder/view/adminhtml/web/css/source/_common.less
@@ -8,9 +8,9 @@
8
// ___________________________________________________________________
9
10
.transition {
11
- -o-transition: .5s;
12
- -ms-transition: .5s;
13
-moz-transition: .5s;
+ -ms-transition: .5s;
+ -o-transition: .5s;
14
-webkit-transition: .5s;
15
transition: .5s;
16
}
@@ -27,12 +27,6 @@
27
//
28
// Commented Backslash Hack
29
// ---------------------------------------------
30
-
31
-.clearfix {
32
- display: block;
33
-}
34
35
36
* html .clearfix {
37
height: 1%;
38
0 commit comments