Skip to content
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

Disabled minimal button appears with background in IE #865

Closed
tgreenwatts opened this issue Mar 21, 2017 · 3 comments
Closed

Disabled minimal button appears with background in IE #865

tgreenwatts opened this issue Mar 21, 2017 · 3 comments
Labels
Browser: IE (deprecated) deprecated as of Blueprint v5.0 (May 2023) Package: core Type: bug

Comments

@tgreenwatts
Copy link
Contributor

Bug report

  • Package version(s): v1.12.0
  • Browser and OS versions: IE11

IE:
image

Expected/Chrome:
image

Background shows up on just the disabled button

@giladgray giladgray added Browser: IE (deprecated) deprecated as of Blueprint v5.0 (May 2023) Package: core Type: bug labels Mar 21, 2017
@llorca
Copy link
Contributor

llorca commented Mar 21, 2017

Only a problem for <button>, not <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

@tgreenwatts
Copy link
Contributor Author

Oooh here is the opposite for regular button - Anchor doesn't appear disabled but Button does!
image 2

@llorca
Copy link
Contributor

llorca commented Mar 21, 2017

^ That's not a bug, anchors simply don't support :disabled (the attribute)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Browser: IE (deprecated) deprecated as of Blueprint v5.0 (May 2023) Package: core Type: bug
Projects
None yet
Development

No branches or pull requests

3 participants