Remove extra touch-callout and user-select from blocklyText (#296)

These were intended for the htmlInput, not the SVG blocklyText. Adding these in was causing the blocklyText element to get selected sometimes in webkit browsers.
This commit is contained in:
Tim Mickel 2016-04-27 11:56:18 -04:00
parent 50ff6e4654
commit 357ae3f7f2

View file

@ -355,8 +355,6 @@ Blockly.Css.CONTENT = [
'font-family: sans-serif;',
'font-size: 12pt;',
'font-weight: 600;',
'-webkit-touch-callout: default;',
'-webkit-user-select: text;',
'}',
'.blocklyTextTruncated {',