diff options
| author | Mark Otto <[email protected]> | 2015-08-25 00:25:24 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-08-25 00:25:24 -0700 |
| commit | 37b00133ae9da22b58865c1ecab6af2e075a5e25 (patch) | |
| tree | 9d06e72bcb30d864c31ef1c3e19a9e2401d4c2ab /docs | |
| parent | a05c2d152e9d702c6ef66acd8422631ba93bce3c (diff) | |
| parent | 275989e64f6b69d246fa69148f81943336d7bbdf (diff) | |
| download | bootstrap-37b00133ae9da22b58865c1ecab6af2e075a5e25.tar.xz bootstrap-37b00133ae9da22b58865c1ecab6af2e075a5e25.zip | |
Merge pull request #17295 from twbs/dropdown-design
Document that dropdowns are intentionally click-based rather than hover-based
Diffstat (limited to 'docs')
| -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 |
