summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/media_router/media_router.css
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/resources/media_router/media_router.css')
-rw-r--r--chromium/chrome/browser/resources/media_router/media_router.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/chromium/chrome/browser/resources/media_router/media_router.css b/chromium/chrome/browser/resources/media_router/media_router.css
index 4b3904a5add..6b6092e2769 100644
--- a/chromium/chrome/browser/resources/media_router/media_router.css
+++ b/chromium/chrome/browser/resources/media_router/media_router.css
@@ -2,6 +2,11 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
+html {
+ /* Remove 300ms delay for 'click' event, when using touch interface. */
+ touch-action: manipulation;
+}
+
body {
font-size: 0.75em;
margin: 0;