2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03:00

Fixes #11268: Account for badges within buttons by matching background to text color and text color to background

This commit is contained in:
Mark Otto
2013-11-30 16:29:52 -08:00
parent 359ac8f66a
commit 6bc09dd949
4 changed files with 40 additions and 1 deletions
+4
View File
@@ -2697,6 +2697,10 @@ body { padding-bottom: 70px; }
</a>
</li>
</ul>
<br>
<button class="btn btn-primary" type="button">
Messages <span class="badge">4</span>
</button>
</div>
{% highlight html %}
<ul class="nav nav-pills nav-stacked">