Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
AUR-386 Mega menu showing two menu toggles on mobile
  • Loading branch information
baa17005 committed Apr 28, 2017
1 parent 8896a3b commit 46b068f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions css/megamenu-cornerstone-base.css
Expand Up @@ -588,17 +588,17 @@
}
}
#mega-menu-wrap-primary .mega-menu-toggle:before {
content: "\f333";
content: none;
font-family: 'dashicons';
font-size: 24px;
margin: 0 5px;
float: right;
}
#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open:before {
content: "\f153";
content: none;
}
#mega-menu-wrap-primary .mega-menu-toggle:after {
content: 'MENU';
content: none;
}
#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open:after {
content: "";
Expand Down

0 comments on commit 46b068f

Please sign in to comment.