google / blockly

The web-based visual programming editor.
https://developers.google.com/blockly/
Apache License 2.0
12.53k stars 3.72k forks source link

fix!: Renamed the blocklyTreeSelected CSS class to blocklyToolboxSelected #8459

Closed omwagh28 closed 3 months ago

omwagh28 commented 4 months ago

Issue -> https://github.com/google/blockly/issues/8351

fixes https://github.com/google/blockly/issues/8351

Description

This pull request updates the CSS class names associated with the selection state of toolbox categories in Blockly. The changes improve clarity and consistency by aligning the CSS class naming with the context in which they are used.

Changes Made

Motivation

The renaming of CSS classes enhances code readability and maintainability by making it clear which elements are being targeted for styling. It eliminates ambiguity and aligns with the conventions used throughout the codebase for naming CSS classes associated with toolbox components.

omwagh28 commented 4 months ago

@cpcallen @BeksOmega Please review this PR

omwagh28 commented 3 months ago

Thanks @BeksOmega