A11Y: Show focus state in user PM topic list (#25313)

When navigating in a PM topic list via keyboard by pressing Tab repeatedly, the selected PM's row did not have a visible focus state.
This commit is contained in:
Penar Musaraj 2024-01-18 14:11:37 -05:00 committed by GitHub
parent 3e6482d3cc
commit fd873b64b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@
@changeSort={{this.changeSort}}
@order={{this.order}}
@ascending={{this.ascending}}
@focusLastVisitedTopic={{this.focusLastVisitedTopic}}
/>
{{else}}
{{#unless this.loadingMore}}

View File

@ -53,6 +53,7 @@
@changeSort={{this.changeSort}}
@order={{this.order}}
@ascending={{this.ascending}}
@focusLastVisitedTopic={{true}}
/>
<TopicDismissButtons