Skip to content

Commit 5dadba1

Browse files
committed
MC-3392: Hide Content block/ container from the stage
- Fix issue with tabs active state
1 parent 234f04b commit 5dadba1

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@
166166
height: 100%;
167167
justify-content: center;
168168
left: 0;
169+
line-height: 0;
169170
opacity: 0;
170171
position: absolute;
171172
text-shadow: 0 0 25px rgba(238, 238, 238, .7);

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,12 @@
2626
content: '';
2727
height: 1px;
2828
left: -1px;
29+
opacity: 1;
2930
position: absolute;
3031
top: -2px;
32+
visibility: visible;
3133
width: calc(~'100% + 2px');
34+
z-index: auto;
3235
}
3336

3437
&.empty-container {

0 commit comments

Comments
 (0)