Chromium Code Reviews| Index: ui/login/account_picker/user_pod_row.css |
| diff --git a/ui/login/account_picker/user_pod_row.css b/ui/login/account_picker/user_pod_row.css |
| index f4bf5d6573b3f196aa6c1aaf05ab766bf6210c35..cf8cb76c2cbbab5571dbcad2f3b501dcbf37f3ae 100644 |
| --- a/ui/login/account_picker/user_pod_row.css |
| +++ b/ui/login/account_picker/user_pod_row.css |
| @@ -295,7 +295,7 @@ html[dir=rtl] .main-pane { |
| } |
| .custom-icon.faded { |
| - -webkit-transition: opacity 200ms ease-in-out, |
| + transition: opacity 200ms ease-in-out, |
| visibility 200ms ease-in-out; |
|
Dan Beam
2016/11/29 06:17:12
indent off
Eric Willigers
2016/11/30 04:04:56
Done.
|
| } |
| @@ -391,11 +391,11 @@ html[dir=rtl] .main-pane { |
| } |
| .custom-icon-spinner { |
| - -webkit-animation: easy-unlock-spinner-animation 2s steps(45) infinite; |
| + animation: easy-unlock-spinner-animation 2s steps(45) infinite; |
| background-image: url(chrome://theme/IDR_EASY_UNLOCK_SPINNER); |
| } |
| -@-webkit-keyframes easy-unlock-spinner-animation { |
| +@keyframes easy-unlock-spinner-animation { |
| from { background-position: 0 } |
| to { background-position: -1215px } |
| } |
| @@ -953,10 +953,10 @@ html[dir=rtl] .expanded-pane-contents { |
| /* Animations for the animated ellipsis: */ |
| .animated-ellipsis-component0 { |
| - -webkit-animation: ellipsis-component0 1.5s infinite; |
| + animation: ellipsis-component0 1.5s infinite; |
| } |
| -@-webkit-keyframes ellipsis-component0 { |
| +@keyframes ellipsis-component0 { |
| 0% { opacity: 0; } |
| 25% { opacity: 1; } |
| 50% { opacity: 1; } |
| @@ -965,10 +965,10 @@ html[dir=rtl] .expanded-pane-contents { |
| } |
| .animated-ellipsis-component1 { |
| - -webkit-animation: ellipsis-component1 1.5s infinite; |
| + animation: ellipsis-component1 1.5s infinite; |
| } |
| -@-webkit-keyframes ellipsis-component1 { |
| +@keyframes ellipsis-component1 { |
| 0% { opacity: 0; } |
| 25% { opacity: 0; } |
| 50% { opacity: 1; } |
| @@ -977,10 +977,10 @@ html[dir=rtl] .expanded-pane-contents { |
| } |
| .animated-ellipsis-component2 { |
| - -webkit-animation: ellipsis-component2 1.5s infinite; |
| + animation: ellipsis-component2 1.5s infinite; |
| } |
| -@-webkit-keyframes ellipsis-component2 { |
| +@keyframes ellipsis-component2 { |
| 0% { opacity: 0; } |
| 25% { opacity: 0; } |
| 50% { opacity: 0; } |