diff options
| author | Mark Otto <[email protected]> | 2013-08-12 01:39:43 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-12 01:39:43 -0700 |
| commit | 5e73cc90d9104dc251fba5dcaf203523785ee9a5 (patch) | |
| tree | 9134c6b852cbd3a3b506589f4d82a1ac7d569bdc /less | |
| parent | acdbe738517b592d8a92fb7c94da09c20d5e65f9 (diff) | |
| download | bootstrap-5e73cc90d9104dc251fba5dcaf203523785ee9a5.tar.xz bootstrap-5e73cc90d9104dc251fba5dcaf203523785ee9a5.zip | |
fixes #9266 manually on account of list group file reorganization
Diffstat (limited to 'less')
| -rw-r--r-- | less/list-group.less | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/less/list-group.less b/less/list-group.less index a09d4e33c..46cda4085 100644 --- a/less/list-group.less +++ b/less/list-group.less @@ -42,13 +42,11 @@ // Linked list items a& { - // Colorize content accordingly + color: @list-group-link-color; + .list-group-item-heading { color: @list-group-link-heading-color; } - .list-group-item-text { - color: @list-group-link-color; - } // Hover state &:hover, |
