]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Change variable
authorMark Otto <otto@github.com>
Sun, 15 Dec 2013 19:09:03 +0000 (11:09 -0800)
committerMark Otto <otto@github.com>
Sun, 15 Dec 2013 19:09:03 +0000 (11:09 -0800)
less/list-group.less
less/variables.less

index 73786a9842f55dfcb2e32d0c018a43733261dfdb..ed3bfa5a590e7c52610bf58133ce5083ce25a3a2 100644 (file)
@@ -79,7 +79,7 @@ a.list-group-item {
       color: inherit;
     }
     .list-group-item-text {
-      color: @list-group-link-text-active-color;
+      color: @list-group-active-text-color;
     }
   }
 }
index 39f1f4d867f5e0780325367fd96f2e58e457f284..faccd927c7582aa8e3369c27ff3c73cacb80b65b 100644 (file)
 
 // List group
 // -------------------------
-@list-group-bg:               #fff;
-@list-group-border:           #ddd;
-@list-group-border-radius:    @border-radius-base;
-
-@list-group-hover-bg:         #f5f5f5;
-@list-group-active-color:     @component-active-color;
-@list-group-active-bg:        @component-active-bg;
-@list-group-active-border:    @list-group-active-bg;
-
-@list-group-link-color:          #555;
-@list-group-link-heading-color:  #333;
-@list-group-link-text-active-color: lighten(@list-group-active-bg, 40%);
+@list-group-bg:                 #fff;
+@list-group-border:             #ddd;
+@list-group-border-radius:      @border-radius-base;
+
+@list-group-hover-bg:           #f5f5f5;
+@list-group-active-color:       @component-active-color;
+@list-group-active-bg:          @component-active-bg;
+@list-group-active-border:      @list-group-active-bg;
+@list-group-active-text-color:  lighten(@list-group-active-bg, 40%);
+
+@list-group-link-color:         #555;
+@list-group-link-heading-color: #333;
 
 // Panels
 // -------------------------