Commit 69177a72 authored by serya@chromium.org's avatar serya@chromium.org

Remove tap highlighting.

Entire list desn't flash entirely on tap anymore. Now only filename highlights. But it looks redundant.

BUG=145887
TEST=Enable the "Gesture Tap Highlighting" flag in chrome://flags. Reboot if needed. Tap on a folder in the File Manager.


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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170774 0039d316-1c4b-4281-b951-d872f2087c98
parent eab083a4
......@@ -14,6 +14,7 @@ html.col-resize * {
body {
-webkit-box-flex: 1;
-webkit-box-orient: vertical;
-webkit-tap-highlight-color: transparent;
-webkit-transition: opacity 70ms linear;
-webkit-user-select: none;
cursor: default;
......
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