aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorHeiko Jansen <[email protected]>2017-05-24 16:32:36 +0200
committerGitHub <[email protected]>2017-05-24 16:32:36 +0200
commit3689be81157dd86838d2d291b9c8c086eaa04f5d (patch)
treef42b3748df6fd80e3d5f1bbe9088ffe6c4ae7b56 /docs
parentf5527c65f1b3f77b726ad0d19a8e4d5da3f82188 (diff)
downloadbootstrap-3689be81157dd86838d2d291b9c8c086eaa04f5d.tar.xz
bootstrap-3689be81157dd86838d2d291b9c8c086eaa04f5d.zip
Sync code shown with code actually used
Remove class and attributes from buttons which are not expected to trigger dropdowns. Code used to render the examples is correct but code shown was not.
Diffstat (limited to 'docs')
-rw-r--r--docs/components/dropdowns.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/components/dropdowns.md b/docs/components/dropdowns.md
index 13f49a32f..24cabbf9a 100644
--- a/docs/components/dropdowns.md
+++ b/docs/components/dropdowns.md
@@ -323,7 +323,7 @@ Button dropdowns work with buttons of all sizes, including default and split dro
</div>
</div>
<div class="btn-group">
- <button class="btn btn-secondary btn-lg dropdown-toggle" type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+ <button class="btn btn-secondary btn-lg" type="button">
Large button
</button>
<button type="button" class="btn btn-lg btn-secondary dropdown-toggle dropdown-toggle-split" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
@@ -344,7 +344,7 @@ Button dropdowns work with buttons of all sizes, including default and split dro
</div>
</div>
<div class="btn-group">
- <button class="btn btn-secondary btn-sm dropdown-toggle" type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+ <button class="btn btn-secondary btn-sm" type="button">
Small button
</button>
<button type="button" class="btn btn-sm btn-secondary dropdown-toggle dropdown-toggle-split" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">