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
  • Loading branch information
sidolov authored Jan 22, 2019
2 parents 1a989e6 + b8b9d15 commit b09ff50
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 b09ff50

Please sign in to comment.