From: Mark Otto Date: Thu, 19 Jun 2014 01:47:32 +0000 (-0700) Subject: fixes #13020: proper color for small/.small in list group headings X-Git-Tag: v3.2.0~38^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20b6ae63577d2d5101a1b27cb87f44cd113d0b6f;p=thirdparty%2Fbootstrap.git fixes #13020: proper color for small/.small in list group headings --- 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 {