From 20b6ae63577d2d5101a1b27cb87f44cd113d0b6f Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 18 Jun 2014 18:47:32 -0700 Subject: [PATCH] fixes #13020: proper color for small/.small in list group headings --- less/list-group.less | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/less/list-group.less b/less/list-group.less index 2514389b1b..1946bf59f3 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 { -- 2.47.2