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

Unified Diff: chrome/browser/resources/ntp/apps.css

Issue 6264012: [NTP] Tweak app drag and drop. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome/browser/resources
Patch Set: fix js error and scrolling Created 9 years, 11 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/ntp/apps.js » ('j') | chrome/browser/resources/ntp/apps.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/ntp/apps.css
diff --git a/chrome/browser/resources/ntp/apps.css b/chrome/browser/resources/ntp/apps.css
index ab129fc074797d926dd07affb86aac69fc5072b6..091d5ac1e68ae0c672a3085bbff5856ea50b9e54 100644
--- a/chrome/browser/resources/ntp/apps.css
+++ b/chrome/browser/resources/ntp/apps.css
@@ -93,11 +93,10 @@ html.apps-promo-visible #apps-content {
.app.dragging {
opacity: .7;
- z-index: 2;
}
#apps-content[launcher-animations=true] .app {
- -webkit-transition: top .2s, left .2s, right .2s;
+ -webkit-transition: top .2s, left .2s, right .2s, opacity .2s;
}
@-webkit-keyframes bounce {
« no previous file with comments | « no previous file | chrome/browser/resources/ntp/apps.js » ('j') | chrome/browser/resources/ntp/apps.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698