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..f90eaf72bb70eccc081651be0f16b45b2afc7046 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 1s ease-out ; |
} |
.menuitem:hover { |
text-decoration: underline; |
color: #20c; |
background: #ebeff9; |
- -webkit-transition: color 0.0s ease-out ; |
+ -webkit-transition: color 0 ease-out ; |
} |
</style> |