| 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 {
|
|
|