google / blockly

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

Remove the `blocklyMenuItemHighlight` CSS class and use the `hover` CSS selector instead #8327

Open BeksOmega opened 1 month ago

BeksOmega commented 1 month ago
  1. Remove the blocklyMenuItemHighlight CSS class from the menu item.
  2. Use the :hover CSS pseudo class in css.ts.

This change should be made against the rc/v12.0.0 branch. This should be marked as a breaking change.

To work on this issue, comment below asking to be assigned.

Arun-cn commented 1 month ago

I like to work on this issue

BeksOmega commented 1 month ago

Go for it @Arun-cn =) Let me know if you have any questions!

Arun-cn commented 2 weeks ago

Please inform me if any changes are required. Additionally, provide more context. Answer the question of why that change is necessary.