Commit 901f358d authored by Mark Otto's avatar Mark Otto

Merge pull request #12739 from DaSchTour/twbs

add posibillity to hover links and not background in list-groups
parents e180258b 2fba53e6
...@@ -62,6 +62,7 @@ a.list-group-item { ...@@ -62,6 +62,7 @@ a.list-group-item {
&:hover, &:hover,
&:focus { &:focus {
text-decoration: none; text-decoration: none;
color: @list-group-link-hover-color;
background-color: @list-group-hover-bg; background-color: @list-group-hover-bg;
} }
} }
......
...@@ -662,6 +662,7 @@ ...@@ -662,6 +662,7 @@
@list-group-disabled-text-color: @list-group-disabled-color; @list-group-disabled-text-color: @list-group-disabled-color;
@list-group-link-color: #555; @list-group-link-color: #555;
@list-group-link-hover-color: @list-group-link-color;
@list-group-link-heading-color: #333; @list-group-link-heading-color: #333;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment