Skip to content

Commit 8fa6adc

Browse files
MC-876: Pagebuilder - Tabs Advanced Border Displays Differently On Stage & Storefront
1 parent 6c7d879 commit 8fa6adc

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@
113113

114114
&.ui-state-active {
115115
background: @color-white;
116+
z-index: 19;
116117

117118
&:after {
118119
border-bottom: 1px solid @color-white;

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
left: -2px !important;
2323
right: -2px;
2424
top: -1px !important;
25+
z-index: 20;
2526
}
2627
.placeholder-text {
2728
left: 5px;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ div[data-role='tabs'] {
2626
li.tab-header {
2727
background: @f6;
2828
border: 1px solid @ccc;
29-
border-bottom: 0 !important;
29+
border-bottom: 0;
3030
border-bottom-left-radius: 0 !important;
3131
border-bottom-right-radius: 0 !important;
3232
display: inline-block;

0 commit comments

Comments
 (0)