From 219636245b7143cbdaba1f62c84410077189719e Mon Sep 17 00:00:00 2001 From: George Drummond Date: Thu, 21 Feb 2019 14:26:09 -0500 Subject: [PATCH] Use inherit background for non white background links --- styles/elements/_icon_link.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/elements/_icon_link.scss b/styles/elements/_icon_link.scss index fb0f4b51..a1785ed3 100644 --- a/styles/elements/_icon_link.scss +++ b/styles/elements/_icon_link.scss @@ -72,7 +72,7 @@ &:hover { cursor: default; - background: $color-white; + background: inherit; } }