Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(issue-stream): Fix hover interaction on safari (#86439)
On Safari, showing the checkbox on hover wasn't working correctly. For some reason the top-level wrapper element did not think it was being hovered, probably due to the way the link is positioned. Changing the CSS so that is checks for any hovered element fixes this.
- Loading branch information