0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-03-13 13:29:25 +01:00

Merge branch 'master' of github.com:twbs/bootstrap

This commit is contained in:
Mark Otto 2013-12-15 11:02:45 -08:00
commit bc261ecc52
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -510,7 +510,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
// -------------------------