mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-17 05:00:24 +00:00
parent
0dbec67514
commit
e8f4cba9a0
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ With `<button>`s, you can also make use of the `disabled` attribute instead of t
|
|||
<button type="button" class="list-group-item list-group-item-action active" aria-current="true">
|
||||
The current button
|
||||
</button>
|
||||
<button type="button" class="list-group-item list-group-item-action">A second item</button>
|
||||
<button type="button" class="list-group-item list-group-item-action">A second button item</button>
|
||||
<button type="button" class="list-group-item list-group-item-action">A third button item</button>
|
||||
<button type="button" class="list-group-item list-group-item-action">A fourth button item</button>
|
||||
<button type="button" class="list-group-item list-group-item-action" disabled>A disabled button item</button>
|
||||
|
|
|
|||
Loading…
Reference in a new issue