We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
<Segment> <Dimmer active={false} inverted> <Loader /> </Dimmer> <Button>Test</Button> </Segment>
Button should be clickable. Cursor should be pointer.
Button is unclickable. Inspecting the DOM shows that the dimmer node is still present, preventing clicks from items behind it.
0.58.1
http://codepen.io/ben174/pen/pEMYVG
The text was updated successfully, but these errors were encountered:
Confirmed. We should be adding the disabled class when !active. This class reduces the size to 0x0 pixels:
disabled
!active
Sorry, something went wrong.
Yea, I just figured out the same. Was just forking the repo and can create a PR shortly if you haven't already fixed it.
On Tue, Nov 1, 2016 at 4:28 PM, Levi Thomason [email protected] wrote:
Confirmed. We should be adding the disabled class when !active. This class reduces the size to 0x0 pixels: [image: image] https://cloud.githubusercontent.com/assets/5067638/19911330/2975b9e2-a050-11e6-81b2-320a5c3714f9.png — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub #780 (comment), or mute the thread https://github.com/notifications/unsubscribe-auth/ABbtE1LrDlY589pGoTLMVSs1FWzf67iPks5q58sqgaJpZM4Kmss7 .
[image: image] https://cloud.githubusercontent.com/assets/5067638/19911330/2975b9e2-a050-11e6-81b2-320a5c3714f9.png
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub #780 (comment), or mute the thread https://github.com/notifications/unsubscribe-auth/ABbtE1LrDlY589pGoTLMVSs1FWzf67iPks5q58sqgaJpZM4Kmss7 .
No sir, I haven't. A PR would be of great help.
Awesome, will do thanks!
Successfully merging a pull request may close this issue.
Steps
Expected Result
Button should be clickable. Cursor should be pointer.
Actual Result
Button is unclickable. Inspecting the DOM shows that the dimmer node is still present, preventing clicks from items behind it.
Version
0.58.1
Testcase
http://codepen.io/ben174/pen/pEMYVG
The text was updated successfully, but these errors were encountered: