aboutsummaryrefslogtreecommitdiff
path: root/docs/base-css.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-08-18 16:47:04 -0700
committerMark Otto <[email protected]>2012-08-18 16:47:04 -0700
commit4d2f584fdd921a9b463355513a0beba5052a199b (patch)
tree21e5c79fe55ed7977fd36294c931591ba9b7c954 /docs/base-css.html
parent9ae137aede2ec2664793c3d67c99c81188f1c6f5 (diff)
downloadbootstrap-4d2f584fdd921a9b463355513a0beba5052a199b.tar.xz
bootstrap-4d2f584fdd921a9b463355513a0beba5052a199b.zip
fixes #4444: clarify docs copy that new icon white style is intentional on active and hover links in .nav and .dropdown-menu
Diffstat (limited to 'docs/base-css.html')
-rw-r--r--docs/base-css.html2
1 files changed, 1 insertions, 1 deletions
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, &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>