1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-19 14:27:12 +01:00

fixes #4444: clarify docs copy that new icon white style is intentional on active and hover links in .nav and .dropdown-menu

This commit is contained in:
Mark Otto 2012-08-18 16:47:04 -07:00
parent 9ae137aede
commit 4d2f584fdd
2 changed files with 2 additions and 2 deletions

View File

@ -1756,7 +1756,7 @@ For example, <code><section></code> 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>

View File

@ -1693,7 +1693,7 @@
<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>