diff options
| author | Mark Otto <[email protected]> | 2014-06-18 18:47:32 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-06-18 18:47:32 -0700 |
| commit | 20b6ae63577d2d5101a1b27cb87f44cd113d0b6f (patch) | |
| tree | 66cf5459a487eba2d8fa59266504fe835a34267a | |
| parent | 11cf54f9df61738d15078cf6eba25a9a26f584be (diff) | |
| download | bootstrap-20b6ae63577d2d5101a1b27cb87f44cd113d0b6f.tar.xz bootstrap-20b6ae63577d2d5101a1b27cb87f44cd113d0b6f.zip | |
fixes #13020: proper color for small/.small in list group headings
| -rw-r--r-- | less/list-group.less | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/less/list-group.less b/less/list-group.less index 2514389b1..1946bf59f 100644 --- a/less/list-group.less +++ b/less/list-group.less @@ -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 { |
