Created
January 3, 2015 00:13
-
-
Save joshbuchea/1050fb12be85d91726d8 to your computer and use it in GitHub Desktop.
Hides side menu button while side menu is open
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* hide menu-toggle button while side menu is open */ | |
.aside-open [menu-toggle] { | |
display: none !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment