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

Unified Diff: chrome/browser/resources/active_downloads.html

Issue 8680003: Clean-up: Change chrome/browser's CSS time units from s to ms. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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/browser/resources/active_downloads.html
diff --git a/chrome/browser/resources/active_downloads.html b/chrome/browser/resources/active_downloads.html
index 6d4303c4c382b68c471e1685a07c124fa6ae39a5..74d1683fd79b75976f05d4f977459b0af78d90f0 100644
--- a/chrome/browser/resources/active_downloads.html
+++ b/chrome/browser/resources/active_downloads.html
@@ -173,14 +173,14 @@ div.showallfiles {
cursor: pointer;
left: 0;
color: #0D0052;
- -webkit-transition: color 1.0s ease-out ;
+ -webkit-transition: color 1000ms ease-out ;
}
.menuitem:hover {
text-decoration: underline;
color: #20c;
background: #ebeff9;
- -webkit-transition: color 0.0s ease-out ;
+ -webkit-transition: color 0ms ease-out ;
}
</style>

Powered by Google App Engine
This is Rietveld 408576698