We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f5f7d3 commit 601cbe0Copy full SHA for 601cbe0
app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/tabs/_default.less
@@ -3,6 +3,8 @@
3
// * See COPYING.txt for license details.
4
// */
5
6
+@color-gray: #ccc;
7
+
8
//
9
// Default appearance styles
10
// _____________________________________________
@@ -173,6 +175,19 @@ div[data-role='tabs'],
173
175
}
174
176
177
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
+}
191
192
.pagebuilder-content-type-wrapper.ui-tabs-panel {
193
margin-top: 0;
0 commit comments