diff --git a/core/css.ts b/core/css.ts index 6b5e19a58..4f4a4daaf 100644 --- a/core/css.ts +++ b/core/css.ts @@ -505,6 +505,6 @@ input[type=number] { .blocklyIconGroup, .blocklyTextarea ) { - outline-width: 0px; + outline: none; } `;