Commit fae14d3d authored by oleg@chromium.org's avatar oleg@chromium.org

Change animation time for search box from 600 to 200 ms.

BUG=140352


Review URL: https://chromiumcodereview.appspot.com/10827152

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149820 0039d316-1c4b-4281-b951-d872f2087c98
parent 5d30f92b
...@@ -452,7 +452,7 @@ div.root-eject:hover { ...@@ -452,7 +452,7 @@ div.root-eject:hover {
} }
#search-box { #search-box {
-webkit-transition: width 600ms; -webkit-transition: width 200ms;
background: -webkit-image-set( background: -webkit-image-set(
url('../images/files/ui/icon_search.png') 1x, url('../images/files/ui/icon_search.png') 1x,
url('../images/files/ui/2x/icon_search.png') 2x); url('../images/files/ui/2x/icon_search.png') 2x);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment