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