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
IE:
Expected/Chrome:
Background shows up on just the disabled button
The text was updated successfully, but these errors were encountered:
Only a problem for <button>, not <a>? 🤷♂️
<button>
<a>
I bet changing inherit to none would fix it: https://github.com/palantir/blueprint/blob/master/packages/core/src/components/button/_common.scss#L317
inherit
none
Sorry, something went wrong.
Oooh here is the opposite for regular button - Anchor doesn't appear disabled but Button does!
^ That's not a bug, anchors simply don't support :disabled (the attribute)
:disabled
No branches or pull requests
Bug report
IE:
Expected/Chrome:
Background shows up on just the disabled button
The text was updated successfully, but these errors were encountered: