]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fixes #7796: change @list-group-active-text to @list-group-active-color
authorMark Otto <otto@github.com>
Wed, 8 May 2013 03:01:57 +0000 (20:01 -0700)
committerMark Otto <otto@github.com>
Wed, 8 May 2013 03:01:57 +0000 (20:01 -0700)
less/list-group.less
less/variables.less

index d37027d50759319fcf8812da62854aaf07683223..41b45f484a15f2e9e70ff3a01c184f105ac1d990 100644 (file)
@@ -67,7 +67,7 @@ a.list-group-item:focus {
 // Active class on item itself, not parent
 a.list-group-item.active {
   z-index: 2; // Place active items above their siblings for proper border styling
-  color: @list-group-active-text;
+  color: @list-group-active-color;
   background-color: @list-group-active-bg;
   border-color: @list-group-active-border;
 
index 37d51e16e7e272dd923329e06dfc33d109e6db84..f6f59605a274fb9ff8527eda2ab398de2285fd8e 100644 (file)
 @list-group-border-radius:    @border-radius-base;
 
 @list-group-hover-bg:         #f5f5f5;
-@list-group-active-text:      #fff;
+@list-group-active-color:     #fff;
 @list-group-active-bg:        @component-active-bg;
 @list-group-active-border:    @list-group-active-bg;