Skip to content

Commit 8eccf75

Browse files
Merge branch 'develop' into PB-425
2 parents 7c11973 + 981c13b commit 8eccf75

File tree

1 file changed

+2
-8
lines changed
  • app/code/Magento/PageBuilder/view/adminhtml/web/css/source

1 file changed

+2
-8
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/css/source/_common.less

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
// ___________________________________________________________________
99

1010
.transition {
11-
-o-transition: .5s;
12-
-ms-transition: .5s;
1311
-moz-transition: .5s;
12+
-ms-transition: .5s;
13+
-o-transition: .5s;
1414
-webkit-transition: .5s;
1515
transition: .5s;
1616
}
@@ -27,12 +27,6 @@
2727
//
2828
// Commented Backslash Hack
2929
// ---------------------------------------------
30-
31-
.clearfix {
32-
display: block;
33-
}
34-
35-
3630
* html .clearfix {
3731
height: 1%;
3832
}

0 commit comments

Comments
 (0)