aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-12-15 11:09:03 -0800
committerMark Otto <[email protected]>2013-12-15 11:09:03 -0800
commit2b86e05a6150ef13905519070ea82ce895fbae85 (patch)
treeed548353c4b604a396722f6b7dc03c24329da41c
parentbc261ecc525518444887cb362c04f18d8f743da0 (diff)
downloadbootstrap-2b86e05a6150ef13905519070ea82ce895fbae85.tar.xz
bootstrap-2b86e05a6150ef13905519070ea82ce895fbae85.zip
Change variable
-rw-r--r--less/list-group.less2
-rw-r--r--less/variables.less24
2 files changed, 13 insertions, 13 deletions
diff --git a/less/list-group.less b/less/list-group.less
index 73786a984..ed3bfa5a5 100644
--- a/less/list-group.less
+++ b/less/list-group.less
@@ -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;
}
}
}
diff --git a/less/variables.less b/less/variables.less
index 39f1f4d86..faccd927c 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -499,18 +499,18 @@
// 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
// -------------------------