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
https://codesandbox.io/s/cool-perlman-5ewi58?file=/src/Popover2Example.tsx
Render a tag with <Tag interactive={true} active={true} intent="warning">Some text</Tag>
<Tag interactive={true} active={true} intent="warning">Some text</Tag>
OR
Render an uncontrolled Popover2 with a <Tag interactive={true} intent="warning"> child
<Tag interactive={true} intent="warning">
Background color is dark gray
Also triggered when an uncontrolled Popover2 opens:
Background color should be slightly darker orange / brown
The text was updated successfully, but these errors were encountered:
This might be an easy fix, possibly as simple as changing this line:
blueprint/packages/core/src/components/tag/_common.scss
Line 124 in d92e646
to be:
&:active, &.#{$ns}-active {
so that it has sufficient specificity to override these lines:
Lines 78 to 79 in d92e646
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Environment
Code Sandbox
https://codesandbox.io/s/cool-perlman-5ewi58?file=/src/Popover2Example.tsx
Steps to reproduce
Render a tag with
<Tag interactive={true} active={true} intent="warning">Some text</Tag>
OR
Render an uncontrolled Popover2 with a
<Tag interactive={true} intent="warning">
childActual behavior
Background color is dark gray
Also triggered when an uncontrolled Popover2 opens:
Expected behavior
Background color should be slightly darker orange / brown
Possible solution
The text was updated successfully, but these errors were encountered: