| Index: ui/login/account_picker/screen_account_picker.css
|
| diff --git a/ui/login/account_picker/screen_account_picker.css b/ui/login/account_picker/screen_account_picker.css
|
| index 66f079ea3f647591008b8ff8fbcc68bebd5758e3..3dd08f9e95b09d2fca78d0b8296a54aa42b42182 100644
|
| --- a/ui/login/account_picker/screen_account_picker.css
|
| +++ b/ui/login/account_picker/screen_account_picker.css
|
| @@ -4,8 +4,7 @@
|
| */
|
|
|
| .account-picker.flying-pods #account-picker {
|
| - -webkit-transition: width 180ms ease,
|
| - height 180ms ease;
|
| + transition: width 180ms ease, height 180ms ease;
|
| }
|
|
|
| #bubble {
|
| @@ -59,7 +58,7 @@ html[screen=lock] #signin-banner {
|
| }
|
|
|
| html[screen=lock] #signin-banner.message-set {
|
| - -webkit-transition: opacity 1s;
|
| opacity: 1;
|
| + transition: opacity 1s;
|
| visibility: visible;
|
| }
|
|
|