mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 03:00:50 +02:00
footer: Apply aria-hidden to whole button. (#43)
Apply aria-hidden to the whole span which contains the back to top span. Signed-off-by: Stephan Kulla <git.mail@kulla.me>
This commit is contained in:
parent
bc00c4bda2
commit
16a18a9317
1 changed files with 2 additions and 2 deletions
|
@ -7,10 +7,10 @@
|
|||
Powered by the <a href="https://github.com/gcushen/hugo-academic" target="_blank">Academic
|
||||
theme</a> for <a href="http://gohugo.io" target="_blank">Hugo</a>.
|
||||
|
||||
<span class="pull-right">
|
||||
<span class="pull-right" aria-hidden="true">
|
||||
<a href="#" id="back_to_top">
|
||||
<span class="button_icon">
|
||||
<i class="fa fa-chevron-up fa-2x" aria-hidden="true"></i>
|
||||
<i class="fa fa-chevron-up fa-2x"></i>
|
||||
</span>
|
||||
</a>
|
||||
</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue