Merge pull request #13857 from twbs/list_group_small
List group headings and small/.small
This commit is contained in:
commit
f4dd02f531
1 changed files with 3 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue