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

Unified Diff: chrome/browser/resources/ntp4/most_visited_page.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: reverting change to 1.8s -> 1800ms in print_preview.css 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
« no previous file with comments | « chrome/browser/resources/ntp4/bookmarks_page.css ('k') | chrome/browser/resources/ntp4/nav_dot.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/ntp4/most_visited_page.css
diff --git a/chrome/browser/resources/ntp4/most_visited_page.css b/chrome/browser/resources/ntp4/most_visited_page.css
index 76c34132d075a6c11c4277b76cd88a83aeeadb08..907332b02b91b7b9733b68d24b0803509a3a04a4 100644
--- a/chrome/browser/resources/ntp4/most_visited_page.css
+++ b/chrome/browser/resources/ntp4/most_visited_page.css
@@ -43,7 +43,7 @@
right: 0;
top: 0;
z-index: 5;
- -webkit-transition: opacity 0.15s;
+ -webkit-transition: opacity 150ms;
}
html[dir=rtl] .most-visited .close-button {
@@ -53,7 +53,7 @@ html[dir=rtl] .most-visited .close-button {
.most-visited:hover .close-button {
opacity: 1;
- -webkit-transition-delay: 0.5s;
+ -webkit-transition-delay: 500ms;
}
.most-visited .close-button:hover {
@@ -102,7 +102,7 @@ html[dir=rtl] .most-visited .close-button {
* to scale a thumbnail larger than this size. */
max-height: 132px;
max-width: 212px;
- -webkit-transition: opacity 0.15s;
+ -webkit-transition: opacity 150ms;
}
.filler .thumbnail {
@@ -151,7 +151,7 @@ html[dir=rtl] .most-visited .close-button {
position: relative;
z-index: 5;
-webkit-box-flex: 1;
- -webkit-transition: background-color .15s;
+ -webkit-transition: background-color 150ms;
}
.filler .thumbnail-wrapper {
« no previous file with comments | « chrome/browser/resources/ntp4/bookmarks_page.css ('k') | chrome/browser/resources/ntp4/nav_dot.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698