| 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 fc9c61b153f6e9254c117e814519e0a1b3baf56a..de0f83a4681d010ded6aff2b854a5ae0dcfd02b8 100644
|
| --- a/chrome/browser/resources/ntp4/apps_page.css
|
| +++ b/chrome/browser/resources/ntp4/apps_page.css
|
| @@ -23,7 +23,7 @@
|
| /* Active gets applied right before .suppress-active, so to avoid flicker
|
| * we need to make the scale go back to normal without an animation. */
|
| .app-contents.suppress-active {
|
| - -webkit-transition-duration: 0;
|
| + -webkit-transition-duration: 0ms;
|
| }
|
|
|
| .app-contents > span {
|
|
|