From 65f7a2bbc4ac47597155750a680c94b722de9ca0 Mon Sep 17 00:00:00 2001 From: Kevin Ruscoe Date: Wed, 18 Oct 2017 19:19:35 +0100 Subject: [PATCH 1/2] Update badge.md Clean up any confusion using the `.badge` classes on a link. --- docs/4.0/components/badge.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/4.0/components/badge.md b/docs/4.0/components/badge.md index c42d948d6796..a5fbfbb0220d 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 `` element quickly provide _actionable_ badges with hover and focus states. +Using the contextual `.badge-*` classes on a `` element quickly provide _actionable_ badges with hover and focus states. {% example html %} {% for color in site.data.theme-colors %} From de6a8c289044cf20edfa2a2436f166f1b8ce9522 Mon Sep 17 00:00:00 2001 From: Kevin Ruscoe Date: Wed, 18 Oct 2017 20:28:13 +0100 Subject: [PATCH 2/2] Update badge.md --- docs/4.0/components/badge.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/4.0/components/badge.md b/docs/4.0/components/badge.md index a5fbfbb0220d..287005e7d1d2 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 contextual `.badge-*` classes on a `` element quickly provide _actionable_ badges with hover and focus states. +Using the contextual `.badge-*` classes on an `` element quickly provide _actionable_ badges with hover and focus states. {% example html %} {% for color in site.data.theme-colors %}