mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-28 22:10:31 -04:00
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:
parent
50ff6e4654
commit
357ae3f7f2
1 changed files with 0 additions and 2 deletions
|
@ -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 {',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue