Skip to content

Commit 12ad9e8

Browse files
author
Hwashiang Yu
committed
MC-3971: Wysiwyg editor border not appearing on slide
- Fixed slide styling to show border
1 parent f804e25 commit 12ad9e8

File tree

1 file changed

+4
-5
lines changed
  • app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/slide

1 file changed

+4
-5
lines changed

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,10 @@
6161
display: none;
6262
}
6363
}
64-
}
65-
66-
&.pagebuilder-toolbar-active {
67-
.inline-wysiwyg {
68-
box-shadow: 0 0 0 1px rgb(153, 153, 153);
64+
&.pagebuilder-toolbar-active {
65+
.inline-wysiwyg {
66+
box-shadow: 0 0 0 1px rgb(153, 153, 153);
67+
}
6968
}
7069
}
7170

0 commit comments

Comments
 (0)