2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

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

This commit is contained in:
mrasscha
2013-12-12 20:47:16 +01:00
parent 730ccd2a20
commit ce39cbe6fa
2 changed files with 2 additions and 2 deletions
+1 -1
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;
}
}
}