OWASP / OWASP/Nest

Improve footer button accessibility focus visibility

Open
#3,988 3 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Python
Stars
451
Forks
702
Avg merge
22h 59m
Merged PRs (30d)
91

Description

## Description

The footer button currently uses focus:outline-hidden which hides the focus indicator.

This affects keyboard accessibility and makes it hard for users to see which element is focused.

## Proposed Solution

Replace focus:outline-hidden with focus-visible:outline styles to make focus clearly visible.

## Files affected

frontend/src/components/Footer.tsx

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.