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

fix(issue-stream): Fix hover interaction on safari #86439

Merged
merged 1 commit into from
Mar 6, 2025

Conversation

malwilley
Copy link
Member

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.

@malwilley malwilley requested a review from a team March 5, 2025 22:49
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Mar 5, 2025
@malwilley malwilley merged commit 63459c2 into master Mar 6, 2025
43 checks passed
@malwilley malwilley deleted the malwilley/fix/issue-stream-safari-hover branch March 6, 2025 00:34
philipphofmann pushed a commit that referenced this pull request Mar 6, 2025
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Frontend Automatically applied to PRs that change frontend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants