From: Mark Otto Date: Sun, 15 Nov 2015 05:12:41 +0000 (-0800) Subject: document links with text emphasis classes, fixes #18223 X-Git-Tag: v4.0.0-alpha.2~129^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2102ab4775a486c7284604fc4d9a43a20040c9d5;p=thirdparty%2Fbootstrap.git document links with text emphasis classes, fixes #18223 --- diff --git a/docs/components/utilities.md b/docs/components/utilities.md index 788f1a3c8c..3bc0547747 100644 --- a/docs/components/utilities.md +++ b/docs/components/utilities.md @@ -124,6 +124,17 @@ Convey meaning through color with a handful of emphasis utility classes. These m

Donec ullamcorper nulla non metus auctor fringilla.

{% endexample %} +Contextual text classes also work well on anchors with the provided hover and focus states. + +{% example html %} +Muted link +Primary link +Success link +Info link +Warning link +Danger link +{% endexample %} + Similar to the contextual text color classes, easily set the background of an element to any contextual class. Anchor components will darken on hover, just like the text classes. {% example html %}