Created
October 3, 2015 21:52
-
-
Save cesarkohl/57f1eae2b9d28825d6bf to your computer and use it in GitHub Desktop.
Bootstrap dropdown 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 screen and (min-width: 780px) { | |
| .dropdown:hover .dropdown-menu { display: block; } /* enable hover dropdown */ | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment