You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(CSS): move plugin styling to a static method in index.ts (#650)
* chore(CSS): Remove references to defunct class blocklyToolboxDiv
The blocklyToolboxDiv class was renamed blocklyToolbox in
RaspberryPiFoundation/blockly#8647, fixing RaspberryPiFoundation/blockly#8343.
The references in this repository were not updated but are now
evidently obsolete: if we wanted them we'd have fixed them by now.
* refactor(CSS): move box-sizing to core/css.ts
Also apply only to .blocklyToolbox instead of *
* refactor(CSS): move .blocklyDeleteIcon to src/index.ts
* refactor(CSS): move variables to src/index.ts
Also move them from html to .injectionDiv.
* refactor(CSS): move focus-related styling to src/index.ts
* fixup delete icon
* refactor(CSS): move context menu styling to src/index.ts
* chore: move CSS registration to a static method
* chore: add CSS registration call in webdriver tests
* chore: format
---------
Co-authored-by: Christopher Allen <cpcallen+git@google.com>
0 commit comments