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

Unified Diff: chrome/browser/resources/ntp4/bookmarks_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/apps_page.css ('k') | chrome/browser/resources/ntp4/most_visited_page.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/ntp4/bookmarks_page.css
diff --git a/chrome/browser/resources/ntp4/bookmarks_page.css b/chrome/browser/resources/ntp4/bookmarks_page.css
index 930d29ceb3713ae4ccf9a02d52d15c32e07aa425..afa31983abe0da2b85136ecbcac5f9013db65d6c 100644
--- a/chrome/browser/resources/ntp4/bookmarks_page.css
+++ b/chrome/browser/resources/ntp4/bookmarks_page.css
@@ -27,7 +27,7 @@
right: 0;
top: 0;
z-index: 5;
- -webkit-transition: opacity 0.15s;
+ -webkit-transition: opacity 150ms;
}
.bookmark .close-button {
@@ -41,7 +41,7 @@ html[dir=rtl] .bookmark .close-button {
.bookmark:hover .close-button {
opacity: 1;
- -webkit-transition-delay: 0.5s;
+ -webkit-transition-delay: 500ms;
}
.bookmark .favicon {
@@ -82,7 +82,7 @@ html[dir=rtl] .bookmark .close-button {
position: relative;
z-index: 5;
-webkit-box-flex: 1;
- -webkit-transition: background-color .15s;
+ -webkit-transition: background-color 150ms;
}
.bookmark:hover .button {
« no previous file with comments | « chrome/browser/resources/ntp4/apps_page.css ('k') | chrome/browser/resources/ntp4/most_visited_page.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698