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

Refactor CSS classes for dropdown fields #8311

Open BeksOmega opened 1 month ago

BeksOmega commented 1 month ago
  1. Remove the .blocklyDropdownText and .blocklyDropdownRect classes. Instead assign .blocklyDropdownField to the fieldGroup_ of the field.

  2. Try to remove as many of the other presentational attributes or inline styles from the dropdown field as possible.

Spoorthy1423 commented 1 month ago

Hey!! @BeksOmega , i would love to work on this issue, please assign me this issue

BeksOmega commented 1 month ago

heya @Spoorthy1423 This issue is actually a bit more complicated which is why it's not marked as help wanted If you comment on one of these issues, I can assign you!

Deepakchowdavarapu commented 1 month ago

@BeksOmega can i work on this !!

AbhinavKRN commented 4 weeks ago

@BeksOmega is it available?