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

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

Issue 7215035: ntp4: add app context menu (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: response to review comments Created 9 years, 6 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/apps_page.css
diff --git a/chrome/browser/resources/ntp4/apps_page.css b/chrome/browser/resources/ntp4/apps_page.css
index 4ede0dac28aeeaa6679aba907d7dbcddae1f94ab..c40035ee5beabb94b4f950b0881d68317ebeaee2 100644
--- a/chrome/browser/resources/ntp4/apps_page.css
+++ b/chrome/browser/resources/ntp4/apps_page.css
@@ -26,30 +26,8 @@
-webkit-mask-size: 100% 100%;
}
-/* Pressed is set when an app is first touched.
- By using the mask, pressing causes a darkening effect of just the image */
-.app.grabber-pressed img {
- opacity: 0.8;
-}
-
-/* Grabbed is set (and pressed is cleared) when the app has been held. */
-.grabber-grabbed {
- opacity: 0.8;
- -webkit-transform: scale3d(1.4, 1.4, 1);
-}
-
-/* Dragging is set (without grabbed being cleared) when a grabbed app is
- moved */
-.grabber-dragging {
- /* We need to ensure there is no animation applied to its position
- (or the drag touch may stop being over top of it */
- -webkit-transition: none !important;
-
- /* Ensure the element has a large z-index so that we can get events
- for it as it moves over other elements. This is animated as the
- element flys back, so we want a large value that will stay large until
- its almost home. */
- z-index: 100;
+.app-context-menu > button:first-child {
+ font-weight: bold;
}
/* Link (bookmark) tiles. */
« no previous file with comments | « no previous file | chrome/browser/resources/ntp4/apps_page.js » ('j') | chrome/browser/resources/ntp4/apps_page.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698