mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-17 05:00:24 +00:00
docs: fixes text buttons to match behavior
This commit is contained in:
parent
16e3f97b82
commit
3377ca49a1
1 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue