google / blockly

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

fix!: Remove the blocklyMenuItemHighlight CSS class and use the hover #8536

Closed Arun-cn closed 3 months ago

Arun-cn commented 3 months ago

The basics

The details

Resolves

Fixes Remove blocklyMenuItemHighlight CSS class and use :hover CSS selector #8327

Proposed Changes

Remove the blocklyMenuItemHighlight CSS class from the menu item. Use the :hover CSS pseudo class in css.ts.

Reason for Changes

Test Coverage

Documentation

Additional Information

BeksOmega commented 3 months ago

Thank you again for all of your work on this!