Restrict link shennanigans to content classed anchor tags

This commit is contained in:
benjamin melançon 2018-12-03 08:36:33 -05:00
parent ce19ebc627
commit eeb5d769a3

View file

@ -57,7 +57,7 @@ p {
// Links // Links
a { .content a {
&:hover { &:hover {
color: $link-hover; color: $link-hover;
background-color: $link-hover-background; background-color: $link-hover-background;
@ -78,15 +78,6 @@ a {
} }
} }
// Prevent background color hover from making icons look weird.
a .icon {
&:hover,
&:focus,
&:active {
background-color: transparent;
}
}
// Rule // Rule
// //
// Adds big border // Adds big border