Skip to content

Commit 03fa152

Browse files
committed
MC-4112: Tab Item Children Assumes Parent Minimum Height
- clean up color variables
1 parent 201f507 commit 03fa152

File tree

1 file changed

+4
-9
lines changed
  • app/code/Magento/PageBuilder/view/frontend/web/css/source/content-type/tabs

1 file changed

+4
-9
lines changed

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

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

6-
@f6: #f6f6f6;
7-
@ccc: #ccc;
8-
@color-black: #000;
9-
@color-white: #fff;
10-
116
//
127
// Default appearance styles
138
// _____________________________________________
@@ -24,8 +19,8 @@ div[data-role='tabs'] {
2419
}
2520

2621
li.tab-header {
27-
background: @f6;
28-
border: 1px solid @ccc;
22+
background: @color-gray-light0;
23+
border: 1px solid @color-gray80;
2924
border-bottom: 0;
3025
border-bottom-left-radius: 0 !important;
3126
border-bottom-right-radius: 0 !important;
@@ -61,7 +56,7 @@ div[data-role='tabs'] {
6156
}
6257

6358
&:last-child {
64-
border-right: 1px solid @ccc;
59+
border-right: 1px solid @color-gray80;
6560
}
6661

6762
&.ui-state-active {
@@ -77,7 +72,7 @@ div[data-role='tabs'] {
7772
}
7873

7974
.tabs-content {
80-
border: 1px solid @ccc;
75+
border: 1px solid @color-gray80;
8176
overflow: hidden;
8277
position: relative;
8378
z-index: 9;

0 commit comments

Comments
 (0)