Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,18 @@
);
}
}

.switcher-dropdown {
.lib-list-reset-styles();
display: none;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you sure that we should manually hide dropdown?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, we should for mobile because that will open if user will click in hi label.

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