Chromium Code Reviews| Index: ui/login/account_picker/user_pod_row.js |
| diff --git a/ui/login/account_picker/user_pod_row.js b/ui/login/account_picker/user_pod_row.js |
| index 6828093a94a1f4cfc9d3376d92de2649e0775c57..33e3e2a84edc18966850fb3b732a758b49e3f0f6 100644 |
| --- a/ui/login/account_picker/user_pod_row.js |
| +++ b/ui/login/account_picker/user_pod_row.js |
| @@ -2351,7 +2351,8 @@ cr.define('login', function() { |
| return; |
| } |
| - pod.customIconElement.fadeOut(); |
| + // TODO(tengs): Allow option for a fading transition. |
| + pod.customIconElement.hidden = true; |
|
tbarzic
2014/09/03 21:40:37
why is this needed?
Tim Song
2014/09/03 21:53:39
Changed to use hide() instead.
|
| }, |
| /** |