diff options
| author | Mark Otto <[email protected]> | 2014-03-07 00:21:59 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-03-07 00:21:59 -0800 |
| commit | ad61c27885c9440977d8c136f4415801e77e3541 (patch) | |
| tree | 7f0863646c503dc268bfe5bb8dac9263e23c2320 | |
| parent | 164b41b28d2921ed19652095b483d3eaa8d00b1a (diff) | |
| parent | 901f358d16fb4911141f56f3b8806a367b8454b7 (diff) | |
| download | bootstrap-ad61c27885c9440977d8c136f4415801e77e3541.tar.xz bootstrap-ad61c27885c9440977d8c136f4415801e77e3541.zip | |
Merge branch 'master' of github.com:twbs/bootstrap
| -rw-r--r-- | less/list-group.less | 1 | ||||
| -rw-r--r-- | less/variables.less | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/less/list-group.less b/less/list-group.less index 9e3b1ef8e..2514389b1 100644 --- a/less/list-group.less +++ b/less/list-group.less @@ -62,6 +62,7 @@ a.list-group-item { &:hover, &:focus { text-decoration: none; + color: @list-group-link-hover-color; background-color: @list-group-hover-bg; } } diff --git a/less/variables.less b/less/variables.less index bdc719cb3..43d4efd00 100644 --- a/less/variables.less +++ b/less/variables.less @@ -662,6 +662,7 @@ @list-group-disabled-text-color: @list-group-disabled-color; @list-group-link-color: #555; +@list-group-link-hover-color: @list-group-link-color; @list-group-link-heading-color: #333; |
