Skip to content

Commit 601cbe0

Browse files
committed
MC-3573: Tabs implementation
- Added tab support
1 parent 2f5f7d3 commit 601cbe0

File tree

1 file changed

+15
-0
lines changed
  • app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/tabs

1 file changed

+15
-0
lines changed

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
// * See COPYING.txt for license details.
44
// */
55

6+
@color-gray: #ccc;
7+
68
//
79
// Default appearance styles
810
// _____________________________________________
@@ -173,6 +175,19 @@ div[data-role='tabs'],
173175
}
174176
}
175177
}
178+
div[data-role='tabs'] {
179+
.tabs-navigation {
180+
border: none;
181+
182+
.tab-header:not(:first-child) {
183+
margin-left: -1px !important;
184+
}
185+
}
186+
.tabs-content {
187+
border: 1px solid @color-gray;
188+
border-top: none;
189+
}
190+
}
176191

177192
.pagebuilder-content-type-wrapper.ui-tabs-panel {
178193
margin-top: 0;

0 commit comments

Comments
 (0)