mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-03 13:00:24 +00:00
Document that dropdowns are intentionally click-based rather than hover-based
And link to a relevant blog post w/ more info. Refs #16966 [skip sauce]
This commit is contained in:
parent
0da684ff85
commit
275989e64f
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ title: Dropdowns
|
|||
group: components
|
||||
---
|
||||
|
||||
Dropdowns are toggleable, contextual overlays for displaying lists of links and more. They're made interactive with the included Bootstrap dropdown JavaScript plugin.
|
||||
Dropdowns are toggleable, contextual overlays for displaying lists of links and more. They're made interactive with the included Bootstrap dropdown JavaScript plugin. They're toggled by clicking, not by hovering; this is [an intentional design decision.](http://markdotto.com/2012/02/27/bootstrap-explained-dropdowns/)
|
||||
|
||||
## Contents
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue