mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-18 10:52:19 +01:00
missed a modifier
This commit is contained in:
parent
e9c24b0cda
commit
5b584c2619
@ -41,7 +41,7 @@ Note that depending on how they are used, badges may be confusing for users of s
|
||||
Unless the context is clear (as with the "Notifications" example, where it is understood that the "4" is the number of notifications), consider including additional context with a visually hidden piece of additional text.
|
||||
|
||||
{% example html %}
|
||||
<button class="btn">
|
||||
<button class="btn btn-primary">
|
||||
Profile <span class="badge badge-light">9</span>
|
||||
<span class="sr-only">unread messages</span>
|
||||
</button>
|
||||
|
Loading…
x
Reference in New Issue
Block a user