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

Unified Diff: ui/webui/resources/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: 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 6ad44bb4ea41f97eecb1ca51e1d3af8787eda866..785e9d519a952fa814e21c41b5b6c1695739c1f9 100644
--- a/ui/webui/resources/css/chrome_shared.css
+++ b/ui/webui/resources/css/chrome_shared.css
@@ -21,8 +21,8 @@ html {
}
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