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

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

Issue 893403004: webui: make 0 into 0ms when it's a <time>. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 48a6c26e671b2163a4cda232ae6b77f245cf6692..09da2ad96f05c92c7c54832fa452214202cb7fa9 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: 0 !important;
- -webkit-transition-duration: 0 !important;
+ -webkit-transition-delay: 0ms !important;
+ -webkit-transition-duration: 0ms !important;
}
body {

Powered by Google App Engine
This is Rietveld 408576698