Skip to content

Commit

Permalink
fix(back-to-top): make jquery back-to-top accessible
Browse files Browse the repository at this point in the history
[Finishes #100702948]
[Finishes #100702368]

Signed-off-by: Geoff Pleiss <[email protected]>
  • Loading branch information
August Toman-Yih authored and Geoff Pleiss committed Aug 7, 2015
1 parent eccf424 commit 03e4d9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hologram/doc_assets/_footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<footer>
<p>This documentation generated using <a href="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/trulia/hologram">Hologram</a>
</footer>
<a href="#top" class="back-to-top" data-position="back-to-top"></a>
<a href="#top" class="back-to-top" data-position="back-to-top" aria-label="Back to top"></a>
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion src/pivotal-ui/components/back-to-top/back-to-top.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The button will be fixed to the bottom right hand corner of the page.
You can place the link anywhere in your markup, but best practices are either towards the top or bottom of your markup.
```html_wrapped_example
<a class="back-to-top" href="#" target="_blank" style="display: inline;"></a>
<a class="back-to-top" href="#top" style="display: inline;" aria-label="Back to top"></a>
```
*/

Expand Down

0 comments on commit 03e4d9b

Please sign in to comment.