| 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 aff305b2b2952536b7b62a0b8406df9e30bee28d..7f4847a1212e5bc18973d9f8384c75e65ec47cfa 100644
|
| --- a/chrome/browser/resources/ntp4/apps_page.css
|
| +++ b/chrome/browser/resources/ntp4/apps_page.css
|
| @@ -6,6 +6,15 @@
|
| .app {
|
| position: absolute;
|
| text-align: center;
|
| + -webkit-transition: -webkit-transform 0.1s;
|
| +}
|
| +
|
| +.app:active,
|
| +.dragging .app,
|
| +.drag-representation .app {
|
| + /* Don't animate the initial scaling. */
|
| + -webkit-transition-duration: 0;
|
| + -webkit-transform: scale(1.1);
|
| }
|
|
|
| .app-contents > span {
|
| @@ -17,7 +26,6 @@
|
| white-space: nowrap;
|
| }
|
|
|
| -/* TODO(estade): hover effect? press effect? */
|
| .app-contents > img {
|
| cursor: pointer;
|
| display: block;
|
|
|