From 6fb4f9e09cb8440c0946412e4222f993f69141f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Mon, 17 Dec 2018 22:26:07 -0500 Subject: [PATCH] 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. --- agaric/sass/agaric/_component.hero.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/agaric/sass/agaric/_component.hero.scss b/agaric/sass/agaric/_component.hero.scss index 1206c3d..abdad43 100644 --- a/agaric/sass/agaric/_component.hero.scss +++ b/agaric/sass/agaric/_component.hero.scss @@ -111,8 +111,6 @@ &:hover { color: $blue-light; background-color: $white; - padding: $link-hover-padding; - margin: -$link-hover-padding; } } }