Rely on .content class for link hover padding in .hero components
The one place where we know it is used so far has the .content class already. Removing it here prevents it from mucking up the secondary menu level when it is placed within the hero-classed title section.
This commit is contained in:
parent
b4da1f689c
commit
6fb4f9e09c
1 changed files with 0 additions and 2 deletions
|
@ -111,8 +111,6 @@
|
||||||
&:hover {
|
&:hover {
|
||||||
color: $blue-light;
|
color: $blue-light;
|
||||||
background-color: $white;
|
background-color: $white;
|
||||||
padding: $link-hover-padding;
|
|
||||||
margin: -$link-hover-padding;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue