From: Chris Rebert Date: Mon, 24 Aug 2015 23:32:32 +0000 (-0700) Subject: Document that dropdowns are intentionally click-based rather than hover-based X-Git-Tag: v4.0.0-alpha.2~416^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=275989e64f6b69d246fa69148f81943336d7bbdf;p=thirdparty%2Fbootstrap.git 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] --- 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