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

Unified Diff: chrome/browser/resources/ntp4/apps_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/new_tab.css ('k') | chrome/browser/resources/ntp4/bookmarks_page.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/ntp4/apps_page.css
diff --git a/chrome/browser/resources/ntp4/apps_page.css b/chrome/browser/resources/ntp4/apps_page.css
index 2ebbcfa72df4c8007267399b9789a096d3680377..d02fd6a47b95905d7ceec676516284136b8ac66a 100644
--- a/chrome/browser/resources/ntp4/apps_page.css
+++ b/chrome/browser/resources/ntp4/apps_page.css
@@ -10,7 +10,7 @@
}
.app-contents {
- -webkit-transition: -webkit-transform 0.1s;
+ -webkit-transition: -webkit-transform 100ms;
}
.app-contents:active:not(.suppress-active),
@@ -96,7 +96,7 @@
display: block;
font-size: 11px;
white-space: nowrap;
- -webkit-transition: color .15s linear;
+ -webkit-transition: color 150ms linear;
}
.app-notification:hover {
« no previous file with comments | « chrome/browser/resources/new_tab.css ('k') | chrome/browser/resources/ntp4/bookmarks_page.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698