| Index: ui/webui/resources/css/chrome_shared.css
|
| diff --git a/ui/webui/resources/css/chrome_shared.css b/ui/webui/resources/css/chrome_shared.css
|
| index 888b732f3176d2af884df03fec77c3a29c57a50d..acca2c1cd228836ebbb603051b1c648a0cfb9b05 100644
|
| --- a/ui/webui/resources/css/chrome_shared.css
|
| +++ b/ui/webui/resources/css/chrome_shared.css
|
| @@ -22,8 +22,8 @@ html {
|
| }
|
|
|
| html.loading * {
|
| - -webkit-transition-delay: 0ms !important;
|
| - -webkit-transition-duration: 0ms !important;
|
| + transition-delay: 0ms !important;
|
| + transition-duration: 0ms !important;
|
| }
|
|
|
| body {
|
|
|