mirror of https://github.com/twbs/bootstrap.git
docs: fixes text buttons to match behavior
This commit is contained in:
parent
16e3f97b82
commit
3377ca49a1
|
|
@ -956,7 +956,7 @@ By default, the dropdown menu is closed when clicking inside or outside the drop
|
|||
|
||||
<div class="btn-group">
|
||||
<button class="btn btn-secondary dropdown-toggle" type="button" data-bs-toggle="dropdown" data-bs-auto-close="inside" aria-expanded="false">
|
||||
Clickable outside
|
||||
Clickable inside
|
||||
</button>
|
||||
<ul class="dropdown-menu">
|
||||
<li><a class="dropdown-item" href="#">Menu item</a></li>
|
||||
|
|
@ -967,7 +967,7 @@ By default, the dropdown menu is closed when clicking inside or outside the drop
|
|||
|
||||
<div class="btn-group">
|
||||
<button class="btn btn-secondary dropdown-toggle" type="button" data-bs-toggle="dropdown" data-bs-auto-close="outside" aria-expanded="false">
|
||||
Clickable inside
|
||||
Clickable outside
|
||||
</button>
|
||||
<ul class="dropdown-menu">
|
||||
<li><a class="dropdown-item" href="#">Menu item</a></li>
|
||||
|
|
|
|||
Loading…
Reference in New Issue