Skip to content

Commit

Permalink
ENGCOM-3869: Static test fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
p-bystritsky authored and irajneeshgupta committed Jan 23, 2019
1 parent cd75f29 commit 1f01d92
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@
}
.switcher-dropdown {
.lib-list-reset-styles();
padding: @indent__s 0;
display: none;
padding: @indent__s 0;
}
.switcher-options {
&.active {
Expand Down Expand Up @@ -213,7 +213,7 @@
}

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

0 comments on commit 1f01d92

Please sign in to comment.