Commit f4dd02f5 authored by Mark Otto's avatar Mark Otto

Merge pull request #13857 from twbs/list_group_small

List group headings and small/.small
parents 80ffe45a 20b6ae63
...@@ -94,7 +94,9 @@ a.list-group-item { ...@@ -94,7 +94,9 @@ a.list-group-item {
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-heading > small,
.list-group-item-heading > .small {
color: inherit; color: inherit;
} }
.list-group-item-text { .list-group-item-text {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment