not quite #fff on .list-group-item-text

Esse commit está contido em:
Mark Otto
2013-03-30 17:00:11 -07:00
commit 6edd5f291a
2 arquivos alterados com 9 adições e 4 exclusões
+5 -2
Ver Arquivo
@@ -2999,11 +2999,14 @@ a.list-group-item.active {
border-color: #428bca;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active .list-group-item-text {
a.list-group-item.active .list-group-item-heading {
color: inherit;
}
a.list-group-item.active .list-group-item-text {
color: #e1edf7;
}
.list-group-item > .badge,
.list-group-item > .glyphicon-chevron-right {
float: right;
+4 -2
Ver Arquivo
@@ -72,10 +72,12 @@ a.list-group-item.active {
border-color: @list-group-active-border;
// Force color to inherit for custom content
.list-group-item-heading,
.list-group-item-text {
.list-group-item-heading {
color: inherit;
}
.list-group-item-text {
color: lighten(@list-group-active-bg, 40%);
}
}
// Chevrons and badges within list items