diff options
| author | Heinrich Fenkart <[email protected]> | 2015-08-20 16:48:04 +0200 |
|---|---|---|
| committer | Heinrich Fenkart <[email protected]> | 2015-08-20 16:48:04 +0200 |
| commit | 077188193555ebf91ae23b7b068bb7417e4cf3a3 (patch) | |
| tree | 20c695feca7dad4906feecd5db5d4130dd933908 /docs | |
| parent | 761364f64fcbf50be7708d7ec15a9d1335c37523 (diff) | |
| parent | 8dec4e8995f629d6d27538fc2947ee581909899f (diff) | |
| download | bootstrap-077188193555ebf91ae23b7b068bb7417e4cf3a3.tar.xz bootstrap-077188193555ebf91ae23b7b068bb7417e4cf3a3.zip | |
Merge pull request #17133 from zacechola/btn_xs_removal
Remove btn-xs from dropdown docs
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/components/button-dropdown.md | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/docs/components/button-dropdown.md b/docs/components/button-dropdown.md index 315b35107..87626136a 100644 --- a/docs/components/button-dropdown.md +++ b/docs/components/button-dropdown.md @@ -235,20 +235,6 @@ Button dropdowns work with buttons of all sizes. </div> </div><!-- /btn-group --> </div><!-- /btn-toolbar --> - <div class="btn-toolbar" role="toolbar"> - <div class="btn-group"> - <button class="btn btn-secondary btn-xs dropdown-toggle" type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> - Extra small button - </button> - <div class="dropdown-menu"> - <a class="dropdown-item" href="#">Action</a> - <a class="dropdown-item" href="#">Another action</a> - <a class="dropdown-item" href="#">Something else here</a> - <div class="dropdown-divider"></div> - <a class="dropdown-item" href="#">Separated link</a> - </div> - </div><!-- /btn-group --> - </div><!-- /btn-toolbar --> </div><!-- /example --> {% highlight html %} @@ -271,16 +257,6 @@ Button dropdowns work with buttons of all sizes. ... </div> </div> - -<!-- Extra small button group --> -<div class="btn-group"> - <button class="btn btn-secondary btn-xs dropdown-toggle" type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> - Extra small button - </button> - <div class="dropdown-menu"> - ... - </div> -</div> {% endhighlight %} ### Dropup variation |
