Commit de82c807 authored by Mark Otto's avatar Mark Otto
Browse files

update vars to use new component-active-color

parent 1fd92378
No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
......@@ -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;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment