From 5ea99ba12cc89f5f3e4c80e2c9c1d02761f1174a Mon Sep 17 00:00:00 2001 From: Emily McMinn Date: Tue, 6 Aug 2019 16:47:35 -0400 Subject: [PATCH] Bug 1571435 - Overrode the .active class for snippets with buttons, to prevent a double highlight. (#5224) --- .../SimpleBelowSearchSnippet/_SimpleBelowSearchSnippet.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content-src/asrouter/templates/SimpleBelowSearchSnippet/_SimpleBelowSearchSnippet.scss b/content-src/asrouter/templates/SimpleBelowSearchSnippet/_SimpleBelowSearchSnippet.scss index 60f528a01..968fc87a9 100644 --- a/content-src/asrouter/templates/SimpleBelowSearchSnippet/_SimpleBelowSearchSnippet.scss +++ b/content-src/asrouter/templates/SimpleBelowSearchSnippet/_SimpleBelowSearchSnippet.scss @@ -5,6 +5,7 @@ &.withButton { padding: 0 25px; margin: auto; + background-color: transparent; // Add more padding if discovery stream is enabled. .ds-outer-wrapper-breakpoint-override & { @@ -99,6 +100,7 @@ &.withButton { line-height: 20px; margin-bottom: 10px; + background-color: transparent; .blockButton { display: none;