From 2e77cc86fc062fa6ff3c569253c3d8317ce71afd Mon Sep 17 00:00:00 2001 From: Osama Sayegh Date: Wed, 30 Mar 2022 17:50:28 +0300 Subject: [PATCH] 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. --- .../discourse/app/templates/list/topic-list-item.hbr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/discourse/app/templates/list/topic-list-item.hbr b/app/assets/javascripts/discourse/app/templates/list/topic-list-item.hbr index 5c52674fc52..da667759fa4 100644 --- a/app/assets/javascripts/discourse/app/templates/list/topic-list-item.hbr +++ b/app/assets/javascripts/discourse/app/templates/list/topic-list-item.hbr @@ -73,7 +73,7 @@ {{/if}} - + {{raw-plugin-outlet name="topic-list-before-view-count"}} {{number topic.views numberKey="views_long"}}