diff options
| author | Chris Rebert <[email protected]> | 2015-08-24 16:32:32 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-08-24 16:43:42 -0700 |
| commit | 275989e64f6b69d246fa69148f81943336d7bbdf (patch) | |
| tree | 8cfd0a291438dad81df1fd2239b59b9308f63ce0 | |
| parent | 0da684ff8501768c0ecd4c60c0c7cf043bde1a1d (diff) | |
| download | bootstrap-275989e64f6b69d246fa69148f81943336d7bbdf.tar.xz bootstrap-275989e64f6b69d246fa69148f81943336d7bbdf.zip | |
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]
| -rw-r--r-- | docs/components/dropdowns.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/dropdowns.md b/docs/components/dropdowns.md index 037e0d1cf..785913dc4 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 |
