From: Mark Otto Date: Sun, 1 Sep 2013 21:40:04 +0000 (+0200) Subject: update vars to use new component-active-color X-Git-Tag: v3.0.1~92 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de82c807847c18b0faaba3c438714d353179247b;p=thirdparty%2Fbootstrap.git update vars to use new component-active-color --- diff --git a/less/variables.less b/less/variables.less index cd46c9ef87..d0f9214815 100644 --- a/less/variables.less +++ b/less/variables.less @@ -336,7 +336,7 @@ // Pills @nav-pills-active-link-hover-bg: @component-active-bg; -@nav-pills-active-link-hover-color: #fff; +@nav-pills-active-link-hover-color: @component-active-color; // Pagination @@ -489,7 +489,7 @@ @list-group-border-radius: @border-radius-base; @list-group-hover-bg: #f5f5f5; -@list-group-active-color: #fff; +@list-group-active-color: @component-active-color; @list-group-active-bg: @component-active-bg; @list-group-active-border: @list-group-active-bg;