Commit 20b6ae63 authored by Mark Otto's avatar Mark Otto
Browse files

fixes #13020: proper color for small/.small in list group headings

parent 11cf54f9
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