mirror of
https://github.com/google/blockly.git
synced 2026-01-30 12:10:12 +01:00
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:
committed by
GitHub
parent
efb5a2e7f1
commit
b741d78b5b
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user