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

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

Issue 10332049: remove ntp app install hint (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync it Created 8 years, 7 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/ntp4/new_tab.js ('k') | chrome/browser/resources/ntp4/tile_page.js » ('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 7f3cc2105ff7567b76564a313b292b3f117f4dc0..8f268f396bb753c13e7a63cd764ec629b7fb0ecd 100644
--- a/chrome/browser/resources/ntp4/new_tab_theme.css
+++ b/chrome/browser/resources/ntp4/new_tab_theme.css
@@ -78,7 +78,7 @@ body {
.bare-minimum .footer-menu-button:hover,
.bare-minimum .footer-menu-button[menu-shown],
-.bare-minimum #chrome-web-store-href:hover {
+.bare-minimum #chrome-web-store-link:hover {
color: rgba($23, 0.85); /* COLOR_NTP_TEXT */
}
@@ -107,19 +107,3 @@ body {
.filler .thumbnail {
border-color: $2; /* COLOR_NTP_BACKGROUND */
}
-
-/* App install hint ***********************************************************/
-
-.app-install-hint:hover .app-install-hint-interior > .interior-background,
-.app-install-hint:active .app-install-hint-interior > .interior-background {
- background-color: rgba($23, 0.2); /* COLOR_NTP_SECTION_BORDER */
-}
-
-.app-install-hint-interior > .vertical-bar,
-.app-install-hint-interior > .horizontal-bar {
- background-color: $21; /* COLOR_NTP_TEXT_LIGHT */
-}
-
-.app-install-hint-interior {
- border-color: $21; /* COLOR_NTP_TEXT_LIGHT */
-}
« no previous file with comments | « chrome/browser/resources/ntp4/new_tab.js ('k') | chrome/browser/resources/ntp4/tile_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698