Skip to content

Commit a72e4d1

Browse files
🔃 [EngCom] Public Pull Requests - 2.2-develop
Accepted Public Pull Requests: - #20540: [Backport] issue fixed #20259 Store switcher not sliding up and down, only dropd… (by @irajneeshgupta) Fixed GitHub Issues: - #20259: Store switcher not sliding up and down, only dropdown arrow working (reported by @cedarvinda) has been fixed in #20540 by @irajneeshgupta in 2.2-develop branch Related commits: 1. 4741489 2. cd75f29 3. 1f01d92
2 parents 6ef57bd + 203045a commit a72e4d1

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)