diff --git a/docs/base-css.html b/docs/base-css.html index 9c7569563..554b32514 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 d80dec813..a92941d24 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>