diff options
| author | Zac Echola <[email protected]> | 2015-08-20 09:18:11 -0500 |
|---|---|---|
| committer | Zac Echola <[email protected]> | 2015-08-20 09:18:11 -0500 |
| commit | 8dec4e8995f629d6d27538fc2947ee581909899f (patch) | |
| tree | 099620450f7bab91042149702d39c0f79bc974b3 /docs/components/button-dropdown.md | |
| parent | 323b9b13207c46ba835cf3a87ba9213ff19d7555 (diff) | |
| download | bootstrap-8dec4e8995f629d6d27538fc2947ee581909899f.tar.xz bootstrap-8dec4e8995f629d6d27538fc2947ee581909899f.zip | |
Remove btn-xs from dropdown
Diffstat (limited to 'docs/components/button-dropdown.md')
| -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 |
