Skip to content

Commit

Permalink
Merge pull request #18 from NaturalHistoryMuseum/josh/wcag_aa
Browse files Browse the repository at this point in the history
WCAG AA
  • Loading branch information
jrdh committed Sep 16, 2020
2 parents ab0cb9e + 08f861b commit f67046b
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions ckanext/gallery/theme/templates/gallery/snippets/lightbox.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@
<div id="blueimp-gallery" class="blueimp-gallery blueimp-gallery-controls">
<div class="slides"></div>
<h3 class="title"></h3>
<a class="prev"></a>
<a class="next"></a>
<a class="close">×</a>
<a class="gallery-control gallery-control-download" title="Download image" download><i class="fas fa-download" aria-hidden="true"></i></a>
<a class="gallery-control gallery-control-link" title="View record"><i class="fas fa-file-alt" aria-hidden="true"></i></a>
<a class="prev" aria-label="show previous image"></a>
<a class="next" aria-label="show next image"></a>
<a class="close" aria-label="close lightbox">×</a>
<a class="gallery-control gallery-control-download" title="Download image" download>
<i class="fas fa-download" aria-hidden="true"></i>
</a>
<a class="gallery-control gallery-control-link" title="View record">
<i class="fas fa-file-alt" aria-hidden="true"></i>
</a>
<p class="copyright"></p>
</div>
{% endblock %}

0 comments on commit f67046b

Please sign in to comment.