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

Unified Diff: ui/webui/resources/css/overlay.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/overlay.css
diff --git a/ui/webui/resources/css/overlay.css b/ui/webui/resources/css/overlay.css
index 29fc4b6931f55743a7b61f3710209dd1a46b48b6..c755c15828d1c5fc110cee4380fac54eb783eefb 100644
--- a/ui/webui/resources/css/overlay.css
+++ b/ui/webui/resources/css/overlay.css
@@ -46,7 +46,7 @@
/* If the options page is loading don't do the transition. */
.loading .overlay,
.loading .overlay .page {
- -webkit-transition-duration: 0 !important;
+ -webkit-transition-duration: 0ms !important;
}
/* keyframes used to pulse the overlay */
« ui/file_manager/gallery/css/gallery.css ('K') | « ui/webui/resources/css/chrome_shared.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698