A11Y: remove redundant tabindex=0 from polls (#28320)
This commit is contained in:
parent
c0611a06e5
commit
df18bcd029
|
@ -35,7 +35,7 @@ export default class PollOptionsComponent extends Component {
|
||||||
@sendRank={{this.sendRank}}
|
@sendRank={{this.sendRank}}
|
||||||
/>
|
/>
|
||||||
{{else}}
|
{{else}}
|
||||||
<li tabindex="0" data-poll-option-id={{option.id}}>
|
<li data-poll-option-id={{option.id}}>
|
||||||
{{#if this.currentUser}}
|
{{#if this.currentUser}}
|
||||||
<button {{on "click" (fn this.sendClick option)}}>
|
<button {{on "click" (fn this.sendClick option)}}>
|
||||||
{{#if (this.isChosen option)}}
|
{{#if (this.isChosen option)}}
|
||||||
|
|
Loading…
Reference in New Issue