Commit ce39cbe6 authored by mrasscha's avatar mrasscha

Issue #11852 : create a new variable for the list group active item link text.

parent 730ccd2a
......@@ -79,7 +79,7 @@ a.list-group-item {
color: inherit;
}
.list-group-item-text {
color: lighten(@list-group-active-bg, 40%);
color: @list-group-link-text-active-color;
}
}
}
......
......@@ -505,7 +505,7 @@
@list-group-link-color: #555;
@list-group-link-heading-color: #333;
@list-group-link-text-active-color: lighten(@list-group-active-bg, 40%);
// 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