You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If an element matches .ActionList-item.ActionList-item--hasSubItem > .ActionList-content is focused with the keyboard and hovered with the mouse then the focus ring around the content disappears. It looks like it is due to this rule which overrides the outline from the focus-visible class.
Tab into the file tree, then use the arrow keys to move focus to a non-active directory row like seeds
Hover over the focused row
See the focus ring disappear
Expected behavior
The focus ring should not disappear. The linked rule checks that nav is not active, it should probably also check that focus-visible is not present.
Desktop (please complete the following information):
OS: macOs
Browser chrome
Version 104.0.5112.101 (Official Build) (x86_64)
The text was updated successfully, but these errors were encountered:
Describe the bug
If an element matches .ActionList-item.ActionList-item--hasSubItem > .ActionList-content is focused with the keyboard and hovered with the mouse then the focus ring around the content disappears. It looks like it is due to this rule which overrides the outline from the focus-visible class.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The focus ring should not disappear. The linked rule checks that nav is not active, it should probably also check that focus-visible is not present.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: