Improved accessibility by replacing focus:outline-hidden with visible focus styles using focus-visible:outline. This ensures keyboard users can clearly see focus state. Closes #3988 #3986
Conversation
fix: replace empty ResizeObserver methods with jest.fn mocks
|
PR validation failed: No linked issue and no valid closing issue reference in PR description |
|
Caution Review failedThe pull request is closed. Summary by CodeRabbit
WalkthroughThe PR adds comprehensive security vulnerability reporting guidelines to the documentation, refactors Jest ResizeObserver mocks to use jest.fn() properties for better test spy capability, and updates keyboard focus styling in the Footer component to use explicit focus-visible pseudo-class styles. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested labels
Suggested reviewers
✨ Finishing Touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|



Description
Improved accessibility by replacing
focus:outline-hiddenwith visible focus styles usingfocus-visible:outline.This ensures keyboard users can clearly see focus state.
Type of change
Checklist