Skip to content

Commit df63d49

Browse files
ENGCOM-1922: [Resolved : Changing @tab-content__border variable has no effect in B… #15914
2 parents a2b51c0 + 2a9a04b commit df63d49

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

app/design/frontend/Magento/blank/web/css/source/_sections.less

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@
2020

2121
.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) {
2222
.product.data.items {
23-
.lib-data-tabs(
24-
@_tab-content-border-top-status: true
25-
);
23+
.lib-data-tabs();
2624
}
2725
}
2826

app/design/frontend/Magento/blank/web/css/source/_variables.less

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,16 @@
1515
@font-family-name__base: 'Open Sans';
1616
@font-family__base: @font-family-name__base, @font-family__sans-serif;
1717

18+
//
19+
// Sections variables
20+
// _____________________________________________
21+
22+
//
23+
// Tabs
24+
// ---------------------------------------------
25+
@tab-content__border-top-status: true;
26+
27+
1828
//
1929
// Sidebar
2030
// ---------------------------------------------

0 commit comments

Comments
 (0)