]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
update vars to use new component-active-color
authorMark Otto <otto@github.com>
Sun, 1 Sep 2013 21:40:04 +0000 (23:40 +0200)
committerMark Otto <otto@github.com>
Sun, 1 Sep 2013 21:40:04 +0000 (23:40 +0200)
less/variables.less

index cd46c9ef87c37a16d8cf23d8341067407067ceea..d0f92148153d1c3a1ec6c3005b74665957e4e406 100644 (file)
 
 // 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
 @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;