aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-09-01 23:40:04 +0200
committerMark Otto <[email protected]>2013-09-01 23:40:04 +0200
commitde82c807847c18b0faaba3c438714d353179247b (patch)
tree0ca009ecb7b199e4b8fe1ff83248b54c3a439b81
parent1fd923784093f690cc953b1e28a115603603e1b1 (diff)
downloadbootstrap-de82c807847c18b0faaba3c438714d353179247b.tar.xz
bootstrap-de82c807847c18b0faaba3c438714d353179247b.zip
update vars to use new component-active-color
-rw-r--r--less/variables.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/less/variables.less b/less/variables.less
index cd46c9ef8..d0f921481 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;