From e5edb0f17ef6c386f2186562791d08c93e62be6c Mon Sep 17 00:00:00 2001 From: Sudhakar Date: Mon, 4 May 2015 10:58:44 +0530 Subject: [PATCH] Sudhakar, Hemanth | Disabling the gray color highlighting on click in iOS devices When any graph is opened in iOS devices, clicking on a point highlights the whole graph with gray color briefly. This hinders the interactivity as it does it for the whole graph area --- src/scss/chart.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/scss/chart.scss b/src/scss/chart.scss index 969e8da..c815cae 100644 --- a/src/scss/chart.scss +++ b/src/scss/chart.scss @@ -1,5 +1,6 @@ .c3 svg { font: 10px sans-serif; + -webkit-tap-highlight-color: rgba(0,0,0,0); } .c3 path, .c3 line { fill: none;