mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-22 05:03:16 +02:00
fixes #13020: proper color for small/.small in list group headings
This commit is contained in:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user