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

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

Issue 3455007: Make it possible to hide "most visited" on nnnnnnntp (Closed)
Patch Set: fix revert reasons Created 10 years, 3 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
« no previous file with comments | « chrome/browser/resources/new_new_tab.js ('k') | chrome/browser/resources/ntp/apps.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/new_tab_theme.css
diff --git a/chrome/browser/resources/new_tab_theme.css b/chrome/browser/resources/new_tab_theme.css
index 88e3fcce8986e2de3286f0e038d2554901011eff..7500a4f89a1edd5d6e77a29334bdf5971934b4a6 100644
--- a/chrome/browser/resources/new_tab_theme.css
+++ b/chrome/browser/resources/new_tab_theme.css
@@ -102,7 +102,8 @@ body {
color: $$5; /* COLOR_NTP_LINK_UNDERLINE */
}
-.section > h2 {
+.section > h2,
+#closed-sections-bar > button {
color: $$7; /* COLOR_NTP_SECTION_HEADER_TEXT */
}
@@ -110,7 +111,8 @@ body {
color: $$8; /* COLOR_NTP_SECTION_HEADER_TEXT_HOVER */
}
-.section.hidden:not([noexpand]) > h2:hover {
+.section.hidden:not([noexpand]) > h2:hover,
+#closed-sections-bar > button:hover {
color: $$8; /* COLOR_NTP_SECTION_HEADER_TEXT_HOVER */
}
« no previous file with comments | « chrome/browser/resources/new_new_tab.js ('k') | chrome/browser/resources/ntp/apps.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698