Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #155 from baa17005/master
AUR-386 Mega menu showing two menu toggles on mobile
  • Loading branch information
jmr06005 committed Apr 28, 2017
2 parents 8896a3b + 46b068f commit ebcb29c
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 ebcb29c

Please sign in to comment.