aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKevin Ruscoe <[email protected]>2017-10-18 21:56:43 +0100
committerXhmikosR <[email protected]>2017-10-18 23:56:43 +0300
commita2edd106a78c5c4f0d3799a9b7330e1440c2f7f6 (patch)
tree7cd27880c7c309d1f9bd19796ff38fc05b15bff0 /docs
parentad77ea7ae0dbbe305f1126320be6852479353a2b (diff)
downloadbootstrap-a2edd106a78c5c4f0d3799a9b7330e1440c2f7f6.tar.xz
bootstrap-a2edd106a78c5c4f0d3799a9b7330e1440c2f7f6.zip
badges: Make using the contextual classes on links clearer. (#24422)
Diffstat (limited to 'docs')
-rw-r--r--docs/4.0/components/badge.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/components/badge.md b/docs/4.0/components/badge.md
index c42d948d6..287005e7d 100644
--- a/docs/4.0/components/badge.md
+++ b/docs/4.0/components/badge.md
@@ -70,7 +70,7 @@ Use the `.badge-pill` modifier class to make badges more rounded (with a larger
## Links
-Using the `.badge` classes with the `<a>` element quickly provide _actionable_ badges with hover and focus states.
+Using the contextual `.badge-*` classes on an `<a>` element quickly provide _actionable_ badges with hover and focus states.
{% example html %}
{% for color in site.data.theme-colors %}