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

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

Issue 12680004: Remove chrome/ code to handle App Notifications (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix merge conflicts. Created 7 years, 9 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/extensions/tab_helper.cc ('k') | chrome/browser/resources/ntp4/apps_page.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/ntp4/apps_page.css
diff --git a/chrome/browser/resources/ntp4/apps_page.css b/chrome/browser/resources/ntp4/apps_page.css
index a5ea01dc8f4f8b83e2a1928380cc13d3b9b8591e..dbea2ba6480dfe78b00f9bbc2ca5a6bc8579ea5e 100644
--- a/chrome/browser/resources/ntp4/apps_page.css
+++ b/chrome/browser/resources/ntp4/apps_page.css
@@ -92,20 +92,6 @@
cursor: pointer;
}
-/* Notifications */
-
-.app-notification {
- -webkit-transition: color 150ms linear;
- color: #999;
- display: block;
- font-size: 0.9em;
- white-space: nowrap;
-}
-
-.app-notification:hover {
- text-decoration: underline;
-}
-
.app-img-container > img:first-child {
display: block;
}
@@ -113,9 +99,3 @@
.app .invisible {
visibility: hidden;
}
-
-/* Move the notification lower on apps pages to account for the 16px of
- * transparency each app icon should have. */
-.apps-page #notification-container {
- bottom: 15px;
-}
« no previous file with comments | « chrome/browser/extensions/tab_helper.cc ('k') | chrome/browser/resources/ntp4/apps_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698