fix(inbox): fix report-header icon buttons#2245
Merged
Merged
Conversation
The copy-link and close icon buttons at the top of the report detail pane shared a `rounded p-0.5` class — only 2 px of padding around a 14 px icon, which made the hover background read as a tight rectangle with no perceivable corner radius. Switch both to the standard `h-5 w-5` icon-button pattern used elsewhere in the app: a fixed 20×20 hit area, centered icon, and a smoothly transitioning, properly rounded hover background. Generated-By: PostHog Code Task-Id: b3534ac5-e998-46a1-b0bb-be29b51c67d1
Contributor
|
adboio
approved these changes
May 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The copy-link and close icon buttons at the top of the report detail pane shared a
rounded p-0.5class — only 2 px of padding around a 14 px icon, which made the hover background read as a tight rectangle with no perceivable corner radius. Switch both to the standardh-5 w-5icon-button pattern used elsewhere in the app: a fixed 20×20 hit area, centered icon, and a smoothly transitioning, properly rounded hover background.Generated-By: PostHog Code
Task-Id: b3534ac5-e998-46a1-b0bb-be29b51c67d1
Problem
Changes
How did you test this?
Publish to changelog?