mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-05 21:27:31 +02:00
not quite #fff on .list-group-item-text
This commit is contained in:
7
docs/assets/css/bootstrap.css
vendored
7
docs/assets/css/bootstrap.css
vendored
@@ -2999,11 +2999,14 @@ a.list-group-item.active {
|
|||||||
border-color: #428bca;
|
border-color: #428bca;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.list-group-item.active .list-group-item-heading,
|
a.list-group-item.active .list-group-item-heading {
|
||||||
a.list-group-item.active .list-group-item-text {
|
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a.list-group-item.active .list-group-item-text {
|
||||||
|
color: #e1edf7;
|
||||||
|
}
|
||||||
|
|
||||||
.list-group-item > .badge,
|
.list-group-item > .badge,
|
||||||
.list-group-item > .glyphicon-chevron-right {
|
.list-group-item > .glyphicon-chevron-right {
|
||||||
float: right;
|
float: right;
|
||||||
|
@@ -72,10 +72,12 @@ a.list-group-item.active {
|
|||||||
border-color: @list-group-active-border;
|
border-color: @list-group-active-border;
|
||||||
|
|
||||||
// Force color to inherit for custom content
|
// Force color to inherit for custom content
|
||||||
.list-group-item-heading,
|
.list-group-item-heading {
|
||||||
.list-group-item-text {
|
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
.list-group-item-text {
|
||||||
|
color: lighten(@list-group-active-bg, 40%);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Chevrons and badges within list items
|
// Chevrons and badges within list items
|
||||||
|
Reference in New Issue
Block a user