1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-31 12:40:44 +01:00

Do not force white icons in active tab links

Active `.nav-tabs` elements are not blue (like pills),
so forcing a white icon there is not appropriate.
This commit is contained in:
Slavi Pantaleev 2012-09-05 19:07:53 +03:00
parent df8e3c6ee3
commit 5ff5d351bf

View File

@ -30,8 +30,6 @@
/* White icons with optional class, or on hover/active states of certain elements */
.icon-white,
.nav-tabs > .active > a > [class^="icon-"],
.nav-tabs > .active > a > [class*=" icon-"],
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],