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

Unified Diff: chrome/browser/resources/ntp4/nav_dot.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/most_visited_page.css ('k') | chrome/browser/resources/ntp4/new_tab.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/ntp4/nav_dot.css
diff --git a/chrome/browser/resources/ntp4/nav_dot.css b/chrome/browser/resources/ntp4/nav_dot.css
index 86469c5a80156d1b533065614655eac2470404eb..951b641275dff10f3c34717cc1e35463c726da83 100644
--- a/chrome/browser/resources/ntp4/nav_dot.css
+++ b/chrome/browser/resources/ntp4/nav_dot.css
@@ -31,7 +31,7 @@ html.starting-up #dot-list {
-webkit-box-flex: 1;
-webkit-margin-end: 10px;
-webkit-padding-start: 2px;
- -webkit-transition: max-width 0.25s, -webkit-margin-end 0.25s;
+ -webkit-transition: max-width 250ms, -webkit-margin-end 250ms;
}
.dot:last-child {
@@ -47,7 +47,7 @@ html.starting-up #dot-list {
border-bottom: 5px solid;
border-color: rgba(0, 0, 0, 0.1);
height: 10px;
- -webkit-transition: border-color 0.2s;
+ -webkit-transition: border-color 200ms;
}
.dot input {
@@ -59,7 +59,7 @@ html.starting-up #dot-list {
padding-top: 0;
width: 90%;
-webkit-appearance: caret;
- -webkit-transition: color 0.2s;
+ -webkit-transition: color 200ms;
}
.dot input:focus {
« no previous file with comments | « chrome/browser/resources/ntp4/most_visited_page.css ('k') | chrome/browser/resources/ntp4/new_tab.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698