google / blockly

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

Remove the `blocklyFocused` CSS class and use the `focused` CSS selector instead #8326

Open BeksOmega opened 3 months ago

BeksOmega commented 3 months ago
  1. Remove the blocklyFocused class from being assigned in menu.ts.
  2. Remove the blocklyFocused class from being assigned in dropdowndiv.ts.
  3. Change the styles in css.ts to use the :focus css pseudo class.

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.

Skye967 commented 3 months ago

Can I get assigned to this?

BeksOmega commented 3 months ago

Go for it @Skye967 =) Let me know if you have any questions!

BeksOmega commented 2 months ago

Closed by #8360