File tree Expand file tree Collapse file tree 1 file changed +14
-9
lines changed
view/frontend/web/css/breeze Expand file tree Collapse file tree 1 file changed +14
-9
lines changed Original file line number Diff line number Diff line change 12
12
& :extend(.breeze-tab-toggler-active all );
13
13
}
14
14
}
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
- }
24
15
}
25
16
26
17
> [data- role= " content" ] {
108
99
display : none ;
109
100
}
110
101
}
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 ;
111
116
}
112
117
}
113
118
& .expanded {
You can’t perform that action at this time.
0 commit comments