Skip to content

Commit d7b8784

Browse files
author
Cari Spruiell
committed
MAGETWO-89225: [Tech Debt] Cleanup master format for slider
- fix less styling errors
1 parent 130c563 commit d7b8784

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@
3030
}
3131

3232
.pagebuilder-toolbar-options {
33+
-moz-transition: opacity 200ms, top 200ms, visibility 200ms;
34+
-o-transition: opacity 200ms, top 200ms, visibility 200ms;
35+
-webkit-transition: opacity 200ms, top 200ms, visibility 200ms;
3336
background-color: @color-gray94;
3437
border: 1px solid @color-gray75;
3538
height: 38px;
3639
left: -2px;
3740
opacity: 0;
3841
position: absolute;
3942
top: 0;
40-
-moz-transition: opacity 200ms, top 200ms, visibility 200ms;
41-
-o-transition: opacity 200ms, top 200ms, visibility 200ms;
42-
-webkit-transition: opacity 200ms, top 200ms, visibility 200ms;
4343
transition: opacity 200ms, top 200ms, visibility 200ms;
4444
visibility: hidden;
4545
width: calc(~'100% + 4px');

app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/slide/_poster.less

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99

1010
.pagebuilder-slide {
1111
.pagebuilder-poster-overlay {
12-
align-items: center;
13-
display: flex;
14-
justify-content: center;
1512
-moz-transition: background-color 500ms ease;
1613
-o-transition: background-color 500ms ease;
1714
-webkit-transition: background-color 500ms ease;
15+
align-items: center;
16+
display: flex;
17+
justify-content: center;
1818
transition: background-color 500ms ease;
1919
}
2020

app/code/Magento/PageBuilder/view/frontend/web/css/source/content-type/slide/_default.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
box-sizing: border-box;
2626

2727
.pagebuilder-overlay {
28-
box-sizing: border-box;
2928
-moz-transition: background-color 500ms ease;
3029
-o-transition: background-color 500ms ease;
3130
-webkit-transition: background-color 500ms ease;
31+
box-sizing: border-box;
3232
transition: background-color 500ms ease;
3333

3434
&.pagebuilder-poster-overlay {
@@ -39,10 +39,10 @@
3939
}
4040

4141
.pagebuilder-slide-button {
42-
margin-top: 20px;
4342
-moz-transition: opacity 500ms ease;
4443
-o-transition: opacity 500ms ease;
4544
-webkit-transition: opacity 500ms ease;
45+
margin-top: 20px;
4646
transition: opacity 500ms ease;
4747
}
4848
}

0 commit comments

Comments
 (0)