2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

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

This commit is contained in:
Mark Otto
2014-06-18 18:47:32 -07:00
parent 11cf54f9df
commit 20b6ae6357
+3 -1
View 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 {