-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Affects Version/s: 8.18.0
-
Component/s: Accessibility
-
- 2.4.7
- WCAG21
- ax-bitbucket-dc-vpat-2025
- ax-bitbucket-dc-vpat-2025-createpullrequest
- ax-bitbucket-dc-vpat-2025-reused
- ax-bitbucketdc-vpat2024
- ax-bitbucketdc-vpat2024-createpullrequest
- ax-bitbucketdc-vpat2024-newissue
- ax-bitbucketdc-vpat2024-pg04
- ax-bug
- ax-lv-user
- ax-medium-priority
- ax-mob-user
- ax-qa
- ax-regression
- ewt-rtb-service-operations-and-tech-entropy
- level-AA
-
Severity 3 - Minor
Issue Summary
On this page, the focus indicator is not clearly visible on the closed folder.
Steps to Reproduce
- Open the "Create pull request" page.
- Navigate to the Diff tab present in the main content area.
- Use the Tab key to navigate to the mentioned instance.
- Observe there is no clear focus indicator present.
Screen Recording
Screen Recording 2024-02-22 at 5.14.40 PM.mov![]()
Screenshot

Actual Results
Focus is not clearly visible for the "Closed folders” such as "aio", "docs", "integration" and so on present in the Diff tab. A clear focus indicator is not visually available as the user tabs through these links using a keyboard.
As a result, users with learning and mobility impairments as well as those with low vision will not be able to easily find out which element currently has the focus.
Expected Results
The focus indicator should be clearly visible while navigating between the links using a keyboard.
Set the CSS outline property for the mentioned links to ensure that a clear focus indication is available for users.
Code Snippet
:focus
{
outline-color: black solid;
outline-style: auto;
outline-width: 5px;
}
Workaround
Currently, there is no known workaround for this behaviour. A workaround will be added here when available
Environment
MacBook Pro (16-inch, 2021)
macOs Sonoma 14.3
Chrome - Version 120.0.6099.109 (Official Build) (arm64)
Firefox- Version 92.0 (64-bit)
Safari- Version 17.3 (19617.2.4.11.8)
JAWS- Version 2023
NVDA- Version 2021.2
Voiceover - Version Latest