Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(998)

Unified Diff: ui/webui/resources/css/chrome_shared.css

Issue 2691883002: Uprefix CSS transitions in ui/ and chrome/ styles (Closed)
Patch Set: transitions only Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/login/screen_container.css ('k') | ui/webui/resources/css/dialogs.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « ui/login/screen_container.css ('k') | ui/webui/resources/css/dialogs.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698