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

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: 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
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..d254598a568db7499899f5fd1f73f858ecefbc56 100644
--- a/chrome/browser/resources/ntp4/new_tab_theme.css
+++ b/chrome/browser/resources/ntp4/new_tab_theme.css
@@ -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 */
-}

Powered by Google App Engine
This is Rietveld 408576698