diff options
| author | Mark Otto <[email protected]> | 2013-03-31 17:17:25 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-03-31 17:17:25 -0700 |
| commit | b56371b145678c1192bfb867b41dbdb8727327d5 (patch) | |
| tree | 0308263634ebe2ce4f629e4241c22c071ff59d22 | |
| parent | c5042e050e4f55f90ffa7ee28c84892e798f964f (diff) | |
| download | bootstrap-b56371b145678c1192bfb867b41dbdb8727327d5.tar.xz bootstrap-b56371b145678c1192bfb867b41dbdb8727327d5.zip | |
active item on list group should use @component-active-bg
| -rw-r--r-- | less/variables.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/variables.less b/less/variables.less index 2d2756b55..a0e6cbdc9 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 |
