processing / p5.js-web-editor

The p5.js Editor is a website for creating p5.js sketches, with a focus on making coding accessible and inclusive for artists, designers, educators, beginners, and anyone else! You can create, share, or remix p5.js sketches without needing to download or configure anything.
https://editor.p5js.org
GNU Lesser General Public License v2.1
1.38k stars 1.32k forks source link

Fix Button with `display="inline"` to use the same styles as the regular button #2822

Closed lindapaiste closed 9 months ago

lindapaiste commented 9 months ago

Fixes #2821

This does not change any UI anywhere in the app. It removes some unused code and enables us to use the <Button> component inline in the future. There is more that could be refactored and cleaned up but I'm keeping this PR minimal.

Changes:

I have verified that this pull request: