From: Slavi Pantaleev Date: Wed, 5 Sep 2012 16:07:53 +0000 (+0300) Subject: Do not force white icons in active tab links X-Git-Tag: v2.2.0^2~123^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4993%2Fhead;p=thirdparty%2Fbootstrap.git 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. --- diff --git a/less/sprites.less b/less/sprites.less index 9bf970fa9b..6d3aaef323 100644 --- a/less/sprites.less +++ b/less/sprites.less @@ -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-"],