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 { |