From 8a4d45f8fd86de1af34c2f275498604e9858b30c Mon Sep 17 00:00:00 2001 From: Rachel Fenichel Date: Wed, 4 Oct 2017 10:16:32 -0700 Subject: [PATCH] Fix iOS toolbox flashing on tap (#1351) --- core/css.js | 1 + 1 file changed, 1 insertion(+) diff --git a/core/css.js b/core/css.js index 31c880aaf..f81fd4dd5 100644 --- a/core/css.js +++ b/core/css.js @@ -517,6 +517,7 @@ Blockly.Css.CONTENT = [ 'overflow-y: auto;', 'position: absolute;', 'z-index: 70;', /* so blocks go under toolbox when dragging */ + '-webkit-tap-highlight-color: transparent;', /* issue #1345 */ '}', '.blocklyTreeRoot {',