Fix linter error
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<li data-reimbursement-id={{@reimbursement.id}}
|
<li data-reimbursement-id={{@reimbursement.id}}
|
||||||
class="{{item-status @reimbursement}}">
|
class="{{item-status @reimbursement}}">
|
||||||
<p class="meta" {{on "click" this.toggleExpenseDetails}}
|
<p class="meta cursor-pointer" role="button"
|
||||||
role="button" style="cursor: pointer;">
|
{{on "click" this.toggleExpenseDetails}}>
|
||||||
<span class="recipient">
|
<span class="recipient">
|
||||||
<UserAvatar @contributor={{@reimbursement.contributor}} />
|
<UserAvatar @contributor={{@reimbursement.contributor}} />
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
@@ -45,6 +45,10 @@ a {
|
|||||||
color: $primary-color;
|
color: $primary-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.cursor-pointer {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
section {
|
section {
|
||||||
h2 {
|
h2 {
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
|
|||||||
Reference in New Issue
Block a user