Commit 2b86e05a authored by Mark Otto's avatar Mark Otto

Change variable

parent bc261ecc
...@@ -79,7 +79,7 @@ a.list-group-item { ...@@ -79,7 +79,7 @@ a.list-group-item {
color: inherit; color: inherit;
} }
.list-group-item-text { .list-group-item-text {
color: @list-group-link-text-active-color; color: @list-group-active-text-color;
} }
} }
} }
......
...@@ -499,18 +499,18 @@ ...@@ -499,18 +499,18 @@
// List group // List group
// ------------------------- // -------------------------
@list-group-bg: #fff; @list-group-bg: #fff;
@list-group-border: #ddd; @list-group-border: #ddd;
@list-group-border-radius: @border-radius-base; @list-group-border-radius: @border-radius-base;
@list-group-hover-bg: #f5f5f5; @list-group-hover-bg: #f5f5f5;
@list-group-active-color: @component-active-color; @list-group-active-color: @component-active-color;
@list-group-active-bg: @component-active-bg; @list-group-active-bg: @component-active-bg;
@list-group-active-border: @list-group-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; @list-group-link-color: #555;
@list-group-link-text-active-color: lighten(@list-group-active-bg, 40%); @list-group-link-heading-color: #333;
// Panels // Panels
// ------------------------- // -------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment