From: Mark Otto Date: Mon, 1 Apr 2013 00:17:25 +0000 (-0700) Subject: active item on list group should use @component-active-bg X-Git-Tag: v3.0.0-rc1~507 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b56371b145678c1192bfb867b41dbdb8727327d5;p=thirdparty%2Fbootstrap.git active item on list group should use @component-active-bg --- diff --git a/less/variables.less b/less/variables.less index 2d2756b553..a0e6cbdc97 100644 --- a/less/variables.less +++ b/less/variables.less @@ -303,7 +303,7 @@ @list-group-hover-bg: #f5f5f5; @list-group-active-text: #fff; -@list-group-active-bg: @link-color; +@list-group-active-bg: @component-active-bg; @list-group-active-border: @list-group-active-bg; // Panels