Skip to content

Commit

Permalink
ENGCOM-3869: issue fixed #20259 Store switcher not sliding up and dow…
Browse files Browse the repository at this point in the history
…n, only dropd… #20260

 - Merge Pull Request #20260 from cedarvinda/magento2:Magento-2.3-develop-PR14
 - Merged commits:
   1. 8bc0309
   2. 905368c
  • Loading branch information
magento-engcom-team committed Jan 15, 2019
2 parents 45e3ddb + 905368c commit e69b261
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,18 @@
);
}
}

.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 e69b261

Please sign in to comment.