mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-20 17:54:23 +01:00
add posibillity to hover links and not background in list-groups
This commit is contained in:
parent
accc95ccd6
commit
2fba53e600
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -654,6 +654,7 @@
|
|||||||
@list-group-active-text-color: lighten(@list-group-active-bg, 40%);
|
@list-group-active-text-color: lighten(@list-group-active-bg, 40%);
|
||||||
|
|
||||||
@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;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user