mirror of
https://github.com/discourse/discourse.git
synced 2025-04-03 05:39:41 +08:00
Revert "A11Y: Make the views column in topics lists tabbable" (#16321)
This partially reverts commit 771dddb711b97c10baf9ac5fd23d769f06f38e7e. This was a mistake; non-interactive element should not be included in tab navigation.
This commit is contained in:
parent
daa581d8f2
commit
2e77cc86fc
@ -73,7 +73,7 @@
|
|||||||
</td>
|
</td>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
<td class="num views {{topic.viewsHeat}} topic-list-data" aria-label='{{i18n "views_long" count=topic.views}}' tabindex="0">
|
<td class="num views {{topic.viewsHeat}} topic-list-data">
|
||||||
{{raw-plugin-outlet name="topic-list-before-view-count"}}
|
{{raw-plugin-outlet name="topic-list-before-view-count"}}
|
||||||
{{number topic.views numberKey="views_long"}}
|
{{number topic.views numberKey="views_long"}}
|
||||||
</td>
|
</td>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user