fix: hidden review pill rendered as an empty dot #58

Merged
richard merged 1 commit from dev into main 2026-08-23 13:15:01 +02:00
Owner

One-line CSS fix: the review pill's hidden attribute was overridden by .status-pill's display: inline-flex, leaving an empty dot visible under "Available now". [hidden] is now explicit for both store-card pills. Website redeploy only.

🤖 Generated with Claude Code

One-line CSS fix: the review pill's `hidden` attribute was overridden by `.status-pill`'s `display: inline-flex`, leaving an empty dot visible under "Available now". `[hidden]` is now explicit for both store-card pills. Website redeploy only. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
.status-pill's display:inline-flex overrides the hidden attribute's UA
default; make [hidden] explicit for both store-card pills.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
365DevNet/CleanWatch!58
No description provided.