aboutsummaryrefslogtreecommitdiff
path: root/docs/components
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-08-25 00:25:24 -0700
committerMark Otto <[email protected]>2015-08-25 00:25:24 -0700
commit37b00133ae9da22b58865c1ecab6af2e075a5e25 (patch)
tree9d06e72bcb30d864c31ef1c3e19a9e2401d4c2ab /docs/components
parenta05c2d152e9d702c6ef66acd8422631ba93bce3c (diff)
parent275989e64f6b69d246fa69148f81943336d7bbdf (diff)
downloadbootstrap-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/components')
-rw-r--r--docs/components/dropdowns.md2
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