-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
<Icon />s with an intent in <Tree />s do not have the correct color #3042
Comments
two icons == old CSS file in sandbox (CSS version != JS version). |
Hmm, I updated the CSS and it seems fine now - maybe its a bug with having multiple versions of blueprint? https://codesandbox.io/s/9o7r6vjqlr |
yes multiple versions would definitely affect the ordering of CSS rules (and therefore which ones win) in unreliable ways. |
Actually, we're having the same problem and it is due to something breaking between 3.6.1 and 3.7.0. The latest release is also broken for trees. I'll see what I can find and will comment back |
@chrisbellande I've proposed a fix for this in PR #3355, please take a look at it, and let me know if you have a better solution :) |
Environment
Package version(s):
"@blueprintjs/core": "^3.7.0",
"@blueprintjs/icons": "^3.2.0",
Steps to reproduce
Actual behavior
It is not the correct color
Expected behavior
It should be the correct color
Extra info
Repro: https://codesandbox.io/s/mj6nnkkmwx
The text was updated successfully, but these errors were encountered: