You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open codesandbox, focus the select input. Highlight changes to blue. Focus the InputGroup. Highlight stays red.
Actual behavior
Highlight changed to blue on intent: "danger" select.
Expected behavior
Highlight should stay red exactly like the InputGroup does
Possible solution
the .bp3-tag-input has the class .bp3-active which sets the box-shadow to blue. It probably needs some .bp3-intent-danger .bp3-active tweaks to keep it red.
The text was updated successfully, but these errors were encountered:
it seems to be an issue with TagInput in general... updating issue accordingly.
adidahiya
changed the title
Select focus styling overrides intent danger styling
[core] TagInput has wrong focus styling when intent is specified
Nov 14, 2019
Environment
If possible, link to a minimal repro (fork this code sandbox): https://codesandbox.io/s/blueprint-sandbox-ljjq5
Steps to reproduce
Actual behavior
Highlight changed to blue on intent: "danger" select.
Expected behavior
Highlight should stay red exactly like the InputGroup does
Possible solution
the .bp3-tag-input has the class .bp3-active which sets the box-shadow to blue. It probably needs some .bp3-intent-danger .bp3-active tweaks to keep it red.
The text was updated successfully, but these errors were encountered: