From df18bcd0299dde6fb3b73064c5e177ce063ba23a Mon Sep 17 00:00:00 2001 From: Kris Date: Mon, 12 Aug 2024 14:42:06 -0400 Subject: [PATCH] A11Y: remove redundant tabindex=0 from polls (#28320) --- .../assets/javascripts/discourse/components/poll-options.gjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/poll/assets/javascripts/discourse/components/poll-options.gjs b/plugins/poll/assets/javascripts/discourse/components/poll-options.gjs index b2023f244cf..4423418747f 100644 --- a/plugins/poll/assets/javascripts/discourse/components/poll-options.gjs +++ b/plugins/poll/assets/javascripts/discourse/components/poll-options.gjs @@ -35,7 +35,7 @@ export default class PollOptionsComponent extends Component { @sendRank={{this.sendRank}} /> {{else}} -
  • +
  • {{#if this.currentUser}}