aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--less/list-group.less4
1 files changed, 3 insertions, 1 deletions
diff --git a/less/list-group.less b/less/list-group.less
index 2514389b1..1946bf59f 100644
--- a/less/list-group.less
+++ b/less/list-group.less
@@ -94,7 +94,9 @@ a.list-group-item {
border-color: @list-group-active-border;
// Force color to inherit for custom content
- .list-group-item-heading {
+ .list-group-item-heading,
+ .list-group-item-heading > small,
+ .list-group-item-heading > .small {
color: inherit;
}
.list-group-item-text {