From: Frederico Carvalho Date: Wed, 18 Sep 2013 04:31:52 +0000 (+1000) Subject: fixed issue where caret wouldn't inherit "active" li style on nav-pills, which caused... X-Git-Tag: v3.0.1~36^2~15^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1208f380a6ea005e7936b50f67d1e3085d77c1d;p=thirdparty%2Fbootstrap.git fixed issue where caret wouldn't inherit "active" li style on nav-pills, which caused the caret to stay blue --- diff --git a/less/navs.less b/less/navs.less index e60f9f8f0e..4528e051fe 100644 --- a/less/navs.less +++ b/less/navs.less @@ -133,6 +133,11 @@ &:focus { color: @nav-pills-active-link-hover-color; background-color: @nav-pills-active-link-hover-bg; + + .caret { + border-top-color: @nav-pills-active-link-hover-color; + border-bottom-color: @nav-pills-active-link-hover-color; + } } } }