Add correct role to interactive element
Co-authored-by: Garret Alfert <alfert@wevelop.de>
This commit is contained in:
@@ -6,7 +6,6 @@ module.exports = {
|
||||
rules: {
|
||||
'simple-unless': false,
|
||||
'no-nested-interactive': false,
|
||||
'no-invalid-interactive': false,
|
||||
'no-html-comments': false
|
||||
},
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<li data-reimbursement-id={{@reimbursement.id}}
|
||||
class="{{item-status @reimbursement}}"
|
||||
{{on "click" this.toggleExpenseDetails}}>
|
||||
role="button" {{on "click" this.toggleExpenseDetails}}>
|
||||
<p class="meta">
|
||||
<span class="recipient">
|
||||
<UserAvatar @contributor={{@reimbursement.contributor}} />
|
||||
|
||||
Reference in New Issue
Block a user