From 6dc3bba1cb73509aadc6761cb929c83c1856443f Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 25 Jul 2016 07:51:14 -0700 Subject: [PATCH] Discourage usage of s for disabled pagination items Refs https://github.com/twbs/bootstrap/commit/a217db1923a552b53c7a0c005e69c598fbd1a98a#commitcomment-18275320 /fyi @patrickhlauke [skip sauce] --- docs/_includes/components/pagination.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_includes/components/pagination.html b/docs/_includes/components/pagination.html index 88cce2c9f5..8a47c8355e 100644 --- a/docs/_includes/components/pagination.html +++ b/docs/_includes/components/pagination.html @@ -77,7 +77,7 @@ {% endhighlight %} -

You can optionally swap out active or disabled anchors for <span>, or omit the anchor in the case of the previous/next arrows, to remove click functionality while retaining intended styles.

+

We recommend that you swap out active or disabled anchors for <span>, or omit the anchor in the case of the previous/next arrows, to remove click functionality while retaining intended styles.

{% highlight html %}