From 5e95ddb74d31e84438a5dd28ce8a7ccd2172dadf Mon Sep 17 00:00:00 2001 From: Tim Taubert Date: Sat, 20 Sep 2014 13:04:08 +0200 Subject: [PATCH] Bug 1054099 - Remove use of gradients in new tab page r=dao --- browser/themes/shared/newtab/newTab.inc.css | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/browser/themes/shared/newtab/newTab.inc.css b/browser/themes/shared/newtab/newTab.inc.css index bde3ad01e2c..90d056836cc 100644 --- a/browser/themes/shared/newtab/newTab.inc.css +++ b/browser/themes/shared/newtab/newTab.inc.css @@ -134,19 +134,6 @@ background-size: auto; } -/* Use a pseudo-element to overlay a gradient on the thumbnail */ -.newtab-site[type=history]:not(:hover) .newtab-thumbnail:first-child::after { - background-image: linear-gradient(0deg, rgba(251, 251, 251, 0.8), rgba(251, 251, 251, 0) 33%); - border-radius: inherit; - bottom: 0; - content: ""; - left: 0; - pointer-events: none; - position: absolute; - right: 0; - top: 0; -} - /* TITLES */ .newtab-title { color: #737373;