refactor(CSS): move box-sizing to core/css.ts (#9201)

Apply box-sizing to all of Blockly (and thereby obviate the need
to apply it to .blocklyHtmlInput in particular.
This commit is contained in:
Christopher Allen
2025-07-07 17:54:00 +01:00
committed by GitHub
parent efb5a2e7f1
commit b741d78b5b

View File

@@ -1172,6 +1172,7 @@ Css.register(`
/* Category tree in Toolbox. */
.blocklyToolbox {
box-sizing: border-box;
user-select: none;
-ms-user-select: none;
-webkit-user-select: none;