Created
May 31, 2014 21:11
-
-
Save blooski/164a6aa00665e9bb80c4 to your computer and use it in GitHub Desktop.
Make dropdown menus work on hover in Bootstrap
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
/* Make dropdown menus work on hover in Bootstrap */ | |
ul.nav li.dropdown:hover > ul.dropdown-menu { | |
display: block; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment