Skip to content

Commit 0a62792

Browse files
MC-32070: [Functional Test Failed]:Magento\FunctionalTestingFramework.functional.AdminCreateImageSwatchTest
- static test fix
1 parent ccb6219 commit 0a62792

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 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
}

0 commit comments

Comments
 (0)