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

Merge pull request #11861 from freeman/master

Issue #11852 : create a new variable for the list group active item link...
parents 9a8e6195 ce39cbe6
...@@ -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: lighten(@list-group-active-bg, 40%); color: @list-group-link-text-active-color;
} }
} }
} }
......
...@@ -510,7 +510,7 @@ ...@@ -510,7 +510,7 @@
@list-group-link-color: #555; @list-group-link-color: #555;
@list-group-link-heading-color: #333; @list-group-link-heading-color: #333;
@list-group-link-text-active-color: lighten(@list-group-active-bg, 40%);
// 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