0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-20 17:54:23 +01:00

Merge pull request #11861 from freeman/master

Issue #11852 : create a new variable for the list group active item link...
This commit is contained in:
Mark Otto 2013-12-15 10:59:23 -08:00
commit 2ea370f93b
2 changed files with 2 additions and 2 deletions

View File

@ -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;
} }
} }
} }

View File

@ -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
// ------------------------- // -------------------------