]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixes #13020: proper color for small/.small in list group headings 13857/head
authorMark Otto <otto@github.com>
Thu, 19 Jun 2014 01:47:32 +0000 (18:47 -0700)
committerMark Otto <otto@github.com>
Thu, 19 Jun 2014 01:47:32 +0000 (18:47 -0700)
less/list-group.less

index 2514389b1b67b0f1b02cc3034f6ccd1f8882c1b6..1946bf59f322064922471c11468983315ba69478 100644 (file)
@@ -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 {