We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7f34df commit aa2ef41Copy full SHA for aa2ef41
data/ui.yml
@@ -180,4 +180,5 @@ toggle_images:
180
on: Images are on, click to hide
181
hide_single: Hide image
182
show_single: Show image
183
-scroll_to_top: Scroll to top
+scroll_button:
184
+ scroll_to_top: Scroll to top
includes/scroll-button.html
@@ -1,3 +1,3 @@
1
-<button class="arrow-for-scrolling-top" id="js-scroll-top">
2
- <span aria-label="{% data ui.scroll_to_top %}">{% octicon "chevron-up" %}</span>
+<button class="arrow-for-scrolling-top tooltipped tooltipped-n tooltipped-no-delay" aria-label="{% data ui.scroll_button.scroll_to_top %}" id="js-scroll-top">
+ {% octicon "chevron-up" %}
3
</button>
0 commit comments