mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-24 06:03:10 +02:00
@@ -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">
|
<button type="button" class="list-group-item list-group-item-action active" aria-current="true">
|
||||||
The current button
|
The current button
|
||||||
</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 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">A fourth button item</button>
|
||||||
<button type="button" class="list-group-item list-group-item-action" disabled>A disabled button item</button>
|
<button type="button" class="list-group-item list-group-item-action" disabled>A disabled button item</button>
|
||||||
|
Reference in New Issue
Block a user