From 275989e64f6b69d246fa69148f81943336d7bbdf Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 24 Aug 2015 16:32:32 -0700 Subject: [PATCH] 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] --- docs/components/dropdowns.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/dropdowns.md b/docs/components/dropdowns.md index 037e0d1cf0..785913dc4f 100644 --- a/docs/components/dropdowns.md +++ b/docs/components/dropdowns.md @@ -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