]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixes #4444: clarify docs copy that new icon white style is intentional on active...
authorMark Otto <markotto@twitter.com>
Sat, 18 Aug 2012 23:47:04 +0000 (16:47 -0700)
committerMark Otto <markotto@twitter.com>
Sat, 18 Aug 2012 23:47:04 +0000 (16:47 -0700)
docs/base-css.html
docs/templates/pages/base-css.mustache

index 9c75695639b47509eed89ac65f2470cccbbe19f5..554b32514866822f5f3c201a93b918a7630f118c 100644 (file)
@@ -1756,7 +1756,7 @@ For example, &lt;code&gt;&lt;section&gt;&lt;/code&gt; should be wrapped as inlin
 <pre class="prettyprint linenums">
 &lt;i class="icon-search"&gt;&lt;/i&gt;
 </pre>
-          <p>There are also styles available for inverted (white) icons, made ready with one extra class:</p>
+          <p>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.</p>
 <pre class="prettyprint linenums">
 &lt;i class="icon-search icon-white"&gt;&lt;/i&gt;
 </pre>
index d80dec813b7cf43edd18234b1e3d874b76a3077a..a92941d24907e4464b767aecaacfa71db22db36e 100644 (file)
 <pre class="prettyprint linenums">
 &lt;i class="icon-search"&gt;&lt;/i&gt;
 </pre>
-          <p>{{_i}}There are also styles available for inverted (white) icons, made ready with one extra class:{{/i}}</p>
+          <p>{{_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}}</p>
 <pre class="prettyprint linenums">
 &lt;i class="icon-search icon-white"&gt;&lt;/i&gt;
 </pre>