Skip to content

Commit

Permalink
Make icons not tabbable
Browse files Browse the repository at this point in the history
  • Loading branch information
rebecca-shoptaw committed Sep 28, 2024
1 parent a711c23 commit e522dfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openlibrary/templates/account/create.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ <h1 class="ol-signup-hero__title">$_("Sign Up")</h1>
<img src="/static/images/icons/icon_eye-closed.svg" title="$_('Toggle Password Visibility')" alt="$_('Toggle Password Visibility')"/>
</a>
$else:
<a href="javascript:;" class="ol-signup-form__icon-wrap">
<div class="ol-signup-form__icon-wrap">
<img src="/static/images/ajax-loader.gif" class="ol-signup-form__icon ol-signup-form__icon--loading" title="$_('Loading...')" alt="$_('Loading spinner')" style="display:none"/>
<img src="/static/images/icons/icon_check.png" class="ol-signup-form__icon ol-signup-form__icon--success" title="$_('Success!')" alt="$_('Checkmark')" style="display:none" />
</a>
</div>
</div>
<div class="ol-signup-form__suffix">$:suffix</div>
</div>
Expand Down

0 comments on commit e522dfc

Please sign in to comment.