Skip to content

Commit 4741489

Browse files
cedarvindairajneeshgupta
authored andcommitted
issue fixed #20259 Store switcher not sliding up and down, only dropdown arrow working
issue fixed #20259 Store switcher not sliding up and down, only dropdown arrow working
1 parent 8fdae10 commit 4741489

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,15 @@
135135
.switcher-dropdown {
136136
.lib-list-reset-styles();
137137
padding: @indent__s 0;
138+
display: none;
138139
}
139-
140+
.switcher-options{
141+
&.active{
142+
.switcher-dropdown{
143+
display: block;
144+
}
145+
}
146+
}
140147
.header.links {
141148
.lib-list-reset-styles();
142149
border-bottom: 1px solid @color-gray82;

0 commit comments

Comments
 (0)