Skip to content

Commit

Permalink
Merge pull request #6 from amol2jcommerce/2.2-develop-PR-port-20260
Browse files Browse the repository at this point in the history
[Backport] issue fixed magento#20259 Store switcher not sliding up and down, only dropd…
  • Loading branch information
Amol Chaudhari authored Jan 23, 2019
2 parents 2f67ce5 + 53b7a21 commit 1857156
Showing 1 changed file with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,18 @@
);
}
}

.switcher-dropdown {
.lib-list-reset-styles();
display: none;
padding: @indent__s 0;
}

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

.nav-toggle {
&:after{
&:after {
background: rgba(0, 0, 0, @overlay__opacity);
content: '';
display: block;
Expand Down

0 comments on commit 1857156

Please sign in to comment.