Replies: 1 comment 1 reply
-
I ran in to the same issue. Seems to be caused by this line: pico/scss/components/_loading.scss Line 11 in 6dc6489 The commit that introduced it doesn't explain much. It just says "fix: loading component". I'm sure there is a reason for it, but I don't know what that might be. Any ideas @lucaslarroche ? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using Rails as a framework and it sets form elements to
aria-busy
when being submitted.This has two unintended side-effects:
Example go to https://picocss.com/docs/forms - This is the way it looks by default:
Now use Chrome and add aria-busy="true" on the form. Now it looks like this:
I have been able to work around this like this:
Is this something expected or a bug in Picocss?
Beta Was this translation helpful? Give feedback.
All reactions