@@ -194,7 +194,7 @@ a {
// text-decoration: $link-decoration;
background-color: transparent; // Remove the gray background on active links in IE 10.
- @include hover() {
+ @include hover(): not(.active) {
color: $link-hover-color;
// text-decoration: $link-hover-decoration;
}