Skip to content

Commit fbae0f1

Browse files
committed
Allow using accordion inside tabs
1 parent 891546b commit fbae0f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

view/frontend/web/css/source/layout/_collapsed.less

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
margin-right: 0;
66
position: relative;
77

8-
[role=tablist] {
8+
> [role=tablist] {
99
display: flex;
1010
margin-bottom: -@tab-control__border-width;
1111
overflow-x: auto;
@@ -91,7 +91,7 @@
9191
}
9292

9393
.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) {
94-
.product.data.items.collapsed [role=tablist] {
94+
.product.data.items.collapsed > [role=tablist] {
9595
float: left;
9696
overflow-x: visible;
9797

0 commit comments

Comments
 (0)