Created
July 13, 2014 15:33
-
-
Save shalaby/0cd4ce424095d726fa8c to your computer and use it in GitHub Desktop.
Bootstrap drop down on hover
This file contains hidden or 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
@media only screen and (min-width : 768px) { | |
/* Make Navigation Toggle on Desktop Hover */ | |
.dropdown:hover .dropdown-menu { | |
display: block; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment