Skip to content

Commit

Permalink
update vars to use new component-active-color
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Sep 1, 2013
1 parent 1fd9237 commit de82c80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions less/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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;

Expand Down

0 comments on commit de82c80

Please sign in to comment.