vendor/toolkit/twitter/bootstrap/navs.less in twitter-bootstrap-rails-2.1.4 vs vendor/toolkit/twitter/bootstrap/navs.less in twitter-bootstrap-rails-2.1.5

- old
+ new

@@ -65,11 +65,12 @@ .nav-list > .active > a:hover { color: @white; text-shadow: 0 -1px 0 rgba(0,0,0,.2); background-color: @linkColor; } -.nav-list [class^="icon-"] { +.nav-list [class^="icon-"], +.nav-list [class*=" icon-"] { margin-right: 2px; } // Dividers (basically an hr) within the dropdown .nav-list .divider { .nav-divider(); @@ -121,10 +122,10 @@ } // Active state, and it's :hover to override normal :hover .nav-tabs > .active > a, .nav-tabs > .active > a:hover { color: @gray; - background-color: @white; + background-color: @bodyBackground; border: 1px solid #ddd; border-bottom-color: transparent; cursor: default; }