aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--less/list-group.less1
-rw-r--r--less/variables.less1
2 files changed, 2 insertions, 0 deletions
diff --git a/less/list-group.less b/less/list-group.less
index 3343f8e5e..d645f2900 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 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;