Skip to content

Commit 203045a

Browse files
authored
ENGCOM-4012: [Backport] issue fixed #20259 Store switcher not sliding up and down, only dropd… #20540
2 parents 6ef57bd + 810b64d commit 203045a

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

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

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,12 +131,18 @@
131131
);
132132
}
133133
}
134-
135134
.switcher-dropdown {
136135
.lib-list-reset-styles();
136+
display: none;
137137
padding: @indent__s 0;
138138
}
139-
139+
.switcher-options {
140+
&.active {
141+
.switcher-dropdown {
142+
display: block;
143+
}
144+
}
145+
}
140146
.header.links {
141147
.lib-list-reset-styles();
142148
border-bottom: 1px solid @color-gray82;
@@ -207,7 +213,7 @@
207213
}
208214

209215
.nav-toggle {
210-
&:after{
216+
&:after {
211217
background: rgba(0, 0, 0, @overlay__opacity);
212218
content: '';
213219
display: block;

0 commit comments

Comments
 (0)