aboutsummaryrefslogtreecommitdiff
path: root/less/variables.less
diff options
context:
space:
mode:
authorDaSch <[email protected]>2014-02-14 13:56:36 +0100
committerDaSch <[email protected]>2014-02-14 13:56:36 +0100
commit2fba53e600a796995f07e96c53c11ed22bfe8e06 (patch)
tree38faad2dc900fa67bae14226a4d6c3d34eac977b /less/variables.less
parentaccc95ccd63f8aa903fa07bea55ef34794d84cc5 (diff)
downloadbootstrap-2fba53e600a796995f07e96c53c11ed22bfe8e06.tar.xz
bootstrap-2fba53e600a796995f07e96c53c11ed22bfe8e06.zip
add posibillity to hover links and not background in list-groups
Diffstat (limited to 'less/variables.less')
-rw-r--r--less/variables.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/less/variables.less b/less/variables.less
index 3846adc59..fcbadd73b 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -654,6 +654,7 @@
@list-group-active-text-color: lighten(@list-group-active-bg, 40%);
@list-group-link-color: #555;
+@list-group-link-hover-color: @list-group-link-color;
@list-group-link-heading-color: #333;