| Index: ui/login/screen_container.css
|
| diff --git a/ui/login/screen_container.css b/ui/login/screen_container.css
|
| index 446669f73114e64f18f950d37cf2bf6b63e50ce6..5c4ca456405089948ff5d3f6eafa01319799069b 100644
|
| --- a/ui/login/screen_container.css
|
| +++ b/ui/login/screen_container.css
|
| @@ -125,7 +125,7 @@
|
|
|
| /* Only play this animation when 'down' class is removed. */
|
| .oobe-display #inner-container:not(.down) {
|
| - -webkit-transition: transform 200ms ease-in-out;
|
| + transition: transform 200ms ease-in-out;
|
| }
|
|
|
| .oobe-display #inner-container.down {
|
| @@ -145,10 +145,9 @@
|
|
|
| #progress-dots {
|
| -webkit-box-pack: center;
|
| - -webkit-transition: opacity 200ms ease-in-out,
|
| - visibility 200ms ease-in-out;
|
| display: -webkit-box;
|
| margin-top: 15px;
|
| + transition: opacity 200ms ease-in-out, visibility 200ms ease-in-out;
|
| }
|
|
|
| #oobe[md-mode] #progress-dots {
|
|
|