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

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

Issue 2535493002: Reduce webkit CSS prefixes in ui/ styles (Closed)
Patch Set: sort Created 4 years, 1 month 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
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 25d595b5d13c3ccf3b12c7f8d44db496d5f98db7..6159eeebd23081d97bf00d9cf34675e9f36bf0da 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 {

Powered by Google App Engine
This is Rietveld 408576698