From b56371b145678c1192bfb867b41dbdb8727327d5 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 31 Mar 2013 17:17:25 -0700 Subject: [PATCH] active item on list group should use @component-active-bg --- less/variables.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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