Skip to content

Commit

Permalink
#3936 added aria-label to narrow window options button
Browse files Browse the repository at this point in the history
  • Loading branch information
StephDriver committed May 13, 2024
1 parent 9ac7451 commit f6c4476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/themes/OLH/templates/journal/article.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ <h3>{{ article.title|safe }}</h3>
<div class="mini-bar sticky" data-sticky data-margin-top="0" data-sticky data-anchor="content">
<div class="row">
<div class="title-bar" data-responsive-toggle="options-menu" data-hide-for="medium">
<button class="menu-icon" type="button" data-toggle></button>
<button class="menu-icon" type="button" data-toggle aria-label="Options"></button>
<div class="title-bar-title">{% trans 'Options' %}</div>
</div>
<div id="options-menu">
Expand Down

0 comments on commit f6c4476

Please sign in to comment.