-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Button] Disabled Pointer-events should overwrite loading #2933
Comments
This came as a side effect for adding a variable specifically to control whether loading should have https://github.com/Semantic-Org/Semantic-UI/blob/master/src/themes/default/elements/button.variables#L125 should probably be |
same issue. |
Fixed in next |
When is next release? |
t.b.d |
I am having this same problem today. is this fixed ? or is there a workaround ? thx. EDIT : ok, I was using a Form.Button, which still has this issue, but if I simply use a Button, then it seems to be fixed. |
still not fixed? |
Default behavior of
.loading
button has been discussed in #1744 as being disabled. But in 2.0.8,.loading
button haspointer-events: auto
, and this cannot be overwritten even with the presence of.disabled
.See this JSFiddle for a test case.
The text was updated successfully, but these errors were encountered: