Skip to content

Commit

Permalink
issue fixed #20259 Store switcher not sliding up and down, only dropd…
Browse files Browse the repository at this point in the history
…own arrow working

issue fixed #20259 Store switcher not sliding up and down, only dropdown arrow working
  • Loading branch information
cedarvinda authored and irajneeshgupta committed Jan 23, 2019
1 parent 8fdae10 commit 4741489
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,15 @@
.switcher-dropdown {
.lib-list-reset-styles();
padding: @indent__s 0;
display: none;
}

.switcher-options{
&.active{
.switcher-dropdown{
display: block;
}
}
}
.header.links {
.lib-list-reset-styles();
border-bottom: 1px solid @color-gray82;
Expand Down

0 comments on commit 4741489

Please sign in to comment.