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 */ |
-} |