Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2437)

Unified Diff: chrome/browser/resources/ntp4/new_tab_theme.css

Issue 2456193003: NTPResourceCache don't add substitution for colorSectionBorder twice (Closed)
Patch Set: remove unused .thumbnail-wrapper style Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/ui/webui/ntp/ntp_resource_cache.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/ntp4/new_tab_theme.css
diff --git a/chrome/browser/resources/ntp4/new_tab_theme.css b/chrome/browser/resources/ntp4/new_tab_theme.css
index f5a66984bd800553282f81ad3d753215bc25d841..56bb6889f340f5d55574c0a93ff031c250d9794e 100644
--- a/chrome/browser/resources/ntp4/new_tab_theme.css
+++ b/chrome/browser/resources/ntp4/new_tab_theme.css
@@ -78,11 +78,6 @@ body {
background-color: $i18n{colorBackground};
}
-.thumbnail-wrapper {
- /* This shows through at the (rounded) thumbnail's corners. */
- background-color: $i18n{colorSectionBorder};
-}
-
.filler .thumbnail {
border-color: $i18n{colorBackground};
}
« no previous file with comments | « no previous file | chrome/browser/ui/webui/ntp/ntp_resource_cache.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698