diff options
| author | Mark Otto <[email protected]> | 2014-03-06 23:58:04 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-03-06 23:58:04 -0800 |
| commit | 901f358d16fb4911141f56f3b8806a367b8454b7 (patch) | |
| tree | 3edf917e772f976d104890299dd66517116e275f | |
| parent | e180258b60c04c7d365f60cebdc1593be39d683d (diff) | |
| parent | 2fba53e600a796995f07e96c53c11ed22bfe8e06 (diff) | |
| download | bootstrap-901f358d16fb4911141f56f3b8806a367b8454b7.tar.xz bootstrap-901f358d16fb4911141f56f3b8806a367b8454b7.zip | |
Merge pull request #12739 from DaSchTour/twbs
add posibillity to hover links and not background in list-groups
| -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; |
