Skip to content

Fix dropdown button flicker on beatmap page - #232

Merged
cmyui merged 1 commit into
masterfrom
fix/beatmap-selector-flicker
Jan 15, 2026
Merged

Fix dropdown button flicker on beatmap page#232
cmyui merged 1 commit into
masterfrom
fix/beatmap-selector-flicker

Conversation

@cmyui

@cmyui cmyui commented Jan 15, 2026

Copy link
Copy Markdown
Member

Summary

  • Exclude dropdown buttons from the translateY(-1px) hover effect that was causing the difficulty selector to flicker on beatmap pages
  • Add CLAUDE.md with development instructions (notably: always restart server after asset changes due to content hashing)

Test plan

  • Visit a beatmap page (e.g., /b/1556336)
  • Hover over the difficulty dropdown - should not flicker
  • Verify other buttons still have the subtle hover effect

🤖 Generated with Claude Code

The button hover effect (translateY -1px) was causing dropdown buttons
to flicker because the transform would misalign the dropdown menu.

Also adds CLAUDE.md with development instructions.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@cmyui
cmyui merged commit dcfef55 into master Jan 15, 2026
1 check passed
@cmyui
cmyui deleted the fix/beatmap-selector-flicker branch January 15, 2026 09:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant