mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-21 18:54:30 +01:00
Remove btn-xs from dropdown
This commit is contained in:
parent
323b9b1320
commit
8dec4e8995
@ -235,20 +235,6 @@ Button dropdowns work with buttons of all sizes.
|
|||||||
</div>
|
</div>
|
||||||
</div><!-- /btn-group -->
|
</div><!-- /btn-group -->
|
||||||
</div><!-- /btn-toolbar -->
|
</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 -->
|
</div><!-- /example -->
|
||||||
|
|
||||||
{% highlight html %}
|
{% highlight html %}
|
||||||
@ -271,16 +257,6 @@ Button dropdowns work with buttons of all sizes.
|
|||||||
...
|
...
|
||||||
</div>
|
</div>
|
||||||
</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 %}
|
{% endhighlight %}
|
||||||
|
|
||||||
### Dropup variation
|
### Dropup variation
|
||||||
|
Loading…
x
Reference in New Issue
Block a user