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

Unified Diff: chrome/third_party/chromevox/chromevox/background/chrome_shared2.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/third_party/chromevox/chromevox/background/chrome_shared2.css
diff --git a/chrome/third_party/chromevox/chromevox/background/chrome_shared2.css b/chrome/third_party/chromevox/chromevox/background/chrome_shared2.css
index 60c7d5a2d72deda9ccc199759dc7e217bd166ba6..701921a2a3cb30b0b934e54213725953eca4a40e 100644
--- a/chrome/third_party/chromevox/chromevox/background/chrome_shared2.css
+++ b/chrome/third_party/chromevox/chromevox/background/chrome_shared2.css
@@ -12,8 +12,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