Skip to content

Commit a45f316

Browse files
Add a tooltip to explain the count change icons
1 parent f041e08 commit a45f316

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ui/app/templates/components/scale-events-accordion.hbs

+4-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@
1111
</div>
1212
<div class="column is-2">
1313
{{#if a.item.hasCount}}
14-
<span data-test-count-icon>
14+
<span data-test-count-icon
15+
class="tooltip"
16+
aria-label="Count {{if a.item.increased "increased" "decreased"}} to {{a.item.count}}"
17+
>
1518
{{#if a.item.increased}}
1619
{{x-icon "arrow-up" class="is-danger"}}
1720
{{else}}

0 commit comments

Comments
 (0)