From: Mark Otto Date: Sat, 18 Aug 2012 23:47:04 +0000 (-0700) Subject: fixes #4444: clarify docs copy that new icon white style is intentional on active... X-Git-Tag: v2.1.0~2^2~27 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4d2f584fdd921a9b463355513a0beba5052a199b;p=thirdparty%2Fbootstrap.git fixes #4444: clarify docs copy that new icon white style is intentional on active and hover links in .nav and .dropdown-menu --- diff --git a/docs/base-css.html b/docs/base-css.html index 9c75695639..554b325148 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -1756,7 +1756,7 @@ For example, <code><section></code> should be wrapped as inlin
 <i class="icon-search"></i>
 
-

There are also styles available for inverted (white) icons, made ready with one extra class:

+

There are also styles available for inverted (white) icons, made ready with one extra class. We will specifically enforce this class on hover and active states for nav and dropdown links.

 <i class="icon-search icon-white"></i>
 
diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index d80dec813b..a92941d249 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -1693,7 +1693,7 @@
 <i class="icon-search"></i>
 
-

{{_i}}There are also styles available for inverted (white) icons, made ready with one extra class:{{/i}}

+

{{_i}}There are also styles available for inverted (white) icons, made ready with one extra class. We will specifically enforce this class on hover and active states for nav and dropdown links.{{/i}}

 <i class="icon-search icon-white"></i>