]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
missed a modifier
authorMark Otto <markd.otto@gmail.com>
Sun, 16 Jul 2017 19:24:22 +0000 (12:24 -0700)
committerMark Otto <markd.otto@gmail.com>
Fri, 11 Aug 2017 06:00:37 +0000 (23:00 -0700)
docs/4.0/components/badge.md

index 193a3ca61ce732896527606e1d1004fa6a905ee9..3ea58bbe8e45c7c301562d6b065c7ebcc1ef5c54 100644 (file)
@@ -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>