Restrict link shennanigans to content classed anchor tags
This commit is contained in:
parent
ce19ebc627
commit
eeb5d769a3
1 changed files with 1 additions and 10 deletions
|
@ -57,7 +57,7 @@ p {
|
|||
// Links
|
||||
|
||||
|
||||
a {
|
||||
.content a {
|
||||
&:hover {
|
||||
color: $link-hover;
|
||||
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
|
||||
//
|
||||
// Adds big border
|
||||
|
|
Loading…
Reference in a new issue