|
|
@@ -195,8 +195,10 @@ a {
|
|
|
background-color: transparent; // Remove the gray background on active links in IE 10.
|
|
|
|
|
|
@include hover() {
|
|
|
- color: $link-hover-color;
|
|
|
- // text-decoration: $link-hover-decoration;
|
|
|
+ &:not(.list-group-item) {
|
|
|
+ color: $link-hover-color;
|
|
|
+ // text-decoration: $link-hover-decoration;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
|