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:
parent
9ae137aede
commit
4d2f584fdd
@ -1756,7 +1756,7 @@ For example, <code><section></code> should be wrapped as inlin
|
||||
<pre class="prettyprint linenums">
|
||||
<i class="icon-search"></i>
|
||||
</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">
|
||||
<i class="icon-search icon-white"></i>
|
||||
</pre>
|
||||
|
2
docs/templates/pages/base-css.mustache
vendored
2
docs/templates/pages/base-css.mustache
vendored
@ -1693,7 +1693,7 @@
|
||||
<pre class="prettyprint linenums">
|
||||
<i class="icon-search"></i>
|
||||
</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">
|
||||
<i class="icon-search icon-white"></i>
|
||||
</pre>
|
||||
|
Loading…
x
Reference in New Issue
Block a user