Commit f4dd02f5 authored by Mark Otto's avatar Mark Otto
Browse files

Merge pull request #13857 from twbs/list_group_small

List group headings and small/.small
parents 80ffe45a 20b6ae63
4 merge requests!28721Hot test,!16605Test pull please ignore,!22103test,!25326Adjust examples
Showing with 3 additions and 1 deletion
+3 -1
......@@ -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 {
......
Supports Markdown
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