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

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

Issue 7342017: ntp4: Most Visited appearance refresh (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cursor Created 9 years, 5 months 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
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 cb67363b4670be982ce314b6e8f6893f241b1b1d..ce22ba13ee317ffbf2e765069027dc4b04cc72be 100644
--- a/chrome/browser/resources/ntp4/new_tab_theme.css
+++ b/chrome/browser/resources/ntp4/new_tab_theme.css
@@ -77,7 +77,7 @@ body {
}
.most-visited:focus:not(.filler) .thumbnail-wrapper,
-.most-visited:hover .thumbnail-wrapper {
+.most-visited:hover:not(.filler) .thumbnail-wrapper {
background-color: $6; /* COLOR_NTP_HEADER */
}
@@ -95,7 +95,3 @@ body {
.filler .thumbnail {
border-color: $2; /* COLOR_NTP_BACKGROUND */
}
-
-.thumbnail-shield {
- background-color: $2; /* COLOR_NTP_BACKGROUND */
-}

Powered by Google App Engine
This is Rietveld 408576698