mirror of
https://github.com/google/blockly.git
synced 2026-01-10 18:37:09 +01:00
No Edge/IE close input icon (#2912)
* Don't show close icon in widgetdiv input in edge and IE
This commit is contained in:
@@ -547,6 +547,13 @@ Blockly.Css.CONTENT = [
|
||||
'text-align: center;',
|
||||
'}',
|
||||
|
||||
/* Edge and IE introduce a close icon when the input value is longer than a
|
||||
certain length. This affects our sizing calcutations of the text input.
|
||||
Hiding the close icon to avoid that. */
|
||||
'.blocklyHtmlInput::-ms-clear {',
|
||||
'display: none;',
|
||||
'}',
|
||||
|
||||
'.blocklyMainBackground {',
|
||||
'stroke-width: 1;',
|
||||
'stroke: #c6c6c6;', /* Equates to #ddd due to border being off-pixel. */
|
||||
|
||||
Reference in New Issue
Block a user