fix: replace focus:outline-hidden with visible focus styles for accessibility#3989
fix: replace focus:outline-hidden with visible focus styles for accessibility#3989nazimmuhammed wants to merge 6 commits intoOWASP:mainfrom
Conversation
fix: replace empty ResizeObserver methods with jest.fn mocks
|
Caution Review failedThe pull request is closed. Summary by CodeRabbit
WalkthroughSecurity policy documentation added with structured vulnerability reporting procedures. Jest ResizeObserver mock implementation refactored from empty methods to Jest mock fields. Footer button focus styling updated to use focus-visible classes for improved keyboard accessibility. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 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 |
|
The linked issue must be assigned to the PR author. |
|



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