0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

Merge pull request #12739 from DaSchTour/twbs

add posibillity to hover links and not background in list-groups
This commit is contained in:
Mark Otto 2014-03-06 23:58:04 -08:00
commit 901f358d16
2 changed files with 2 additions and 0 deletions

View File

@ -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;
}
}

View File

@ -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;