]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Document that dropdowns are intentionally click-based rather than hover-based 17295/head
authorChris Rebert <code@chrisrebert.com>
Mon, 24 Aug 2015 23:32:32 +0000 (16:32 -0700)
committerChris Rebert <code@chrisrebert.com>
Mon, 24 Aug 2015 23:43:42 +0000 (16:43 -0700)
And link to a relevant blog post w/ more info.
Refs #16966
[skip sauce]

docs/components/dropdowns.md

index 037e0d1cf0fcc0f700b526372c082fdd36da5dbf..785913dc4f71606a749e9df18e02eae8e333fd96 100644 (file)
@@ -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