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

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

Issue 7572041: ntp4: polish app trashing (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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 | « no previous file | chrome/browser/resources/ntp4/trash.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/ntp4/tile_page.css
diff --git a/chrome/browser/resources/ntp4/tile_page.css b/chrome/browser/resources/ntp4/tile_page.css
index 37d989777d593ea1ed148b5f2806732df37f39ec..4b1c87fe24bad217a527e27b4f9f6ac8419a3a4e 100644
--- a/chrome/browser/resources/ntp4/tile_page.css
+++ b/chrome/browser/resources/ntp4/tile_page.css
@@ -73,6 +73,7 @@
pointer-events: none;
position: fixed;
z-index: 3;
+ -webkit-transition: opacity 0.2s;
}
.tile.drag-representation.placing > * {
@@ -89,6 +90,10 @@
-webkit-transition: left 200ms, right 200ms, top 200ms;
}
+.hovering-on-trash {
+ opacity: 0.6;
+}
+
.animating-tile-page .top-margin {
-webkit-transition: margin-bottom 200ms;
}
« no previous file with comments | « no previous file | chrome/browser/resources/ntp4/trash.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698