Skip to content

Commit

Permalink
Add a tooltip to explain the count change icons
Browse files Browse the repository at this point in the history
  • Loading branch information
DingoEatingFuzz committed Jul 30, 2020
1 parent f041e08 commit a45f316
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ui/app/templates/components/scale-events-accordion.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
</div>
<div class="column is-2">
{{#if a.item.hasCount}}
<span data-test-count-icon>
<span data-test-count-icon
class="tooltip"
aria-label="Count {{if a.item.increased "increased" "decreased"}} to {{a.item.count}}"
>
{{#if a.item.increased}}
{{x-icon "arrow-up" class="is-danger"}}
{{else}}
Expand Down

0 comments on commit a45f316

Please sign in to comment.