mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 13:03:45 +08:00
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:
parent
3e6482d3cc
commit
fd873b64b6
|
@ -11,6 +11,7 @@
|
|||
@changeSort={{this.changeSort}}
|
||||
@order={{this.order}}
|
||||
@ascending={{this.ascending}}
|
||||
@focusLastVisitedTopic={{this.focusLastVisitedTopic}}
|
||||
/>
|
||||
{{else}}
|
||||
{{#unless this.loadingMore}}
|
||||
|
|
|
@ -53,6 +53,7 @@
|
|||
@changeSort={{this.changeSort}}
|
||||
@order={{this.order}}
|
||||
@ascending={{this.ascending}}
|
||||
@focusLastVisitedTopic={{true}}
|
||||
/>
|
||||
|
||||
<TopicDismissButtons
|
||||
|
|
Loading…
Reference in New Issue
Block a user