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