From 70ad36afa197baa391b5a6638a37b23875bce5ca Mon Sep 17 00:00:00 2001 From: Ricky Rosario Date: Fri, 24 Aug 2018 11:46:11 -0400 Subject: [PATCH] Fix Bug 1484290 - remove hairline/border from searchy icon --- content-src/components/TopSites/_TopSites.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content-src/components/TopSites/_TopSites.scss b/content-src/components/TopSites/_TopSites.scss index 33179c380..514a2cb48 100644 --- a/content-src/components/TopSites/_TopSites.scss +++ b/content-src/components/TopSites/_TopSites.scss @@ -205,7 +205,7 @@ $half-base-gutter: $base-gutter / 2; border-radius: 42px; -moz-context-properties: fill; fill: $white; - box-shadow: inset 0 0 0 1px var(--newtab-inner-box-shadow-color), var(--newtab-card-shadow); + box-shadow: var(--newtab-card-shadow); } // We want all search shortcuts to have a white background in case they have transparency.