Commit 5ff5d351 authored by Slavi Pantaleev's avatar Slavi Pantaleev
Browse files

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.
parent df8e3c6e
8 merge requests!5565Boostraptest,!5450Fixed copy and paste caused typo in CAROUSEL DATA-API,!5326Replace watchr with node-supervisor,!5277Please delete,!5195Replace .remove() with .detach() in bootstrap-tooltip.js,!5054Dropdowns update - keyboard, touch and submenus,!5042Pagination Javascript Component,!4993Do not force white icons in active tab links
Showing with 0 additions and 2 deletions
+0 -2
...@@ -30,8 +30,6 @@ ...@@ -30,8 +30,6 @@
/* White icons with optional class, or on hover/active states of certain elements */ /* White icons with optional class, or on hover/active states of certain elements */
.icon-white, .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-pills > .active > a > [class*=" icon-"], .nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"], .nav-list > .active > a > [class^="icon-"],
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment