Merge branch 'master' of github.com:twbs/bootstrap
This commit is contained in:
commit
ad61c27885
2 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue