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

Unified Diff: chrome/common/extensions/docs/examples/api/fontSettings/css/chrome_shared.css

Issue 2534693002: Reduce usage of webkit prefixes in extension examples (Closed)
Patch Set: rebase 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
Index: chrome/common/extensions/docs/examples/api/fontSettings/css/chrome_shared.css
diff --git a/chrome/common/extensions/docs/examples/api/fontSettings/css/chrome_shared.css b/chrome/common/extensions/docs/examples/api/fontSettings/css/chrome_shared.css
index 09da2ad96f05c92c7c54832fa452214202cb7fa9..656b45de97f0f1e4bd788637d44c9428501d4f45 100644
--- a/chrome/common/extensions/docs/examples/api/fontSettings/css/chrome_shared.css
+++ b/chrome/common/extensions/docs/examples/api/fontSettings/css/chrome_shared.css
@@ -10,8 +10,8 @@
}
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