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

Unified Diff: chrome/browser/resources/ntp4/recently_closed.css

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/ntp4/recently_closed.css
diff --git a/chrome/browser/resources/ntp4/recently_closed.css b/chrome/browser/resources/ntp4/recently_closed.css
index cd849945b823c82c4e080fe23aa9a5279d647814..d946110ed31e4678e591facc9f7a7a74f9dcc49a 100644
--- a/chrome/browser/resources/ntp4/recently_closed.css
+++ b/chrome/browser/resources/ntp4/recently_closed.css
@@ -15,8 +15,8 @@
padding-bottom: 8px;
padding-top: 8px;
-webkit-appearance: none;
- -webkit-transition: opacity 0.2s;
- -webkit-transition-delay: 0.1s;
+ -webkit-transition: opacity 200ms;
+ -webkit-transition-delay: 100ms;
}
/* Reserve space for the menu button even when it's hidden. */

Powered by Google App Engine
This is Rietveld 408576698