2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03: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
2 changed files with 2 additions and 0 deletions
+1
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;
}
}