Skip to content

Commit 50b6015

Browse files
committed
Update breeze integration
1 parent 395316f commit 50b6015

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

view/frontend/web/css/breeze/_default.less

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,6 @@
1212
&:extend(.breeze-tab-toggler-active all);
1313
}
1414
}
15-
16-
> .data.item.title {
17-
border-bottom-color: transparent;
18-
.lib-css(border-width, @tab-toggler__horizontal__border-width);
19-
20-
&[aria-expanded="true"] {
21-
.lib-css(border-color, @tab-toggler__horizontal-active__border-color);
22-
}
23-
}
2415
}
2516

2617
> [data-role="content"] {
@@ -108,6 +99,20 @@
10899
display: none;
109100
}
110101
}
102+
103+
> .data.item.title {
104+
border-bottom-color: transparent;
105+
.lib-css(border-width, @tab-toggler__horizontal__border-width);
106+
107+
&[aria-expanded="true"] {
108+
.lib-css(border-color, @tab-toggler__horizontal-active__border-color);
109+
}
110+
}
111+
}
112+
113+
> [name=prev],
114+
> [name=next] {
115+
display: none !important;
111116
}
112117
}
113118
&.expanded {

0 commit comments

Comments
 (0)