picocss / pico

Minimal CSS Framework for semantic HTML
https://picocss.com
MIT License
13.82k stars 406 forks source link

Update _loading.scss not to affect form elements itself #625

Open coezbek opened 2 weeks ago

coezbek commented 2 weeks ago

Some web frameworks such as Rails mark the form element as aria-busy="true" while the form is submitted.

This PR will exclude the form tag from being affected from the loading indicator.