Skip to content

Commit

Permalink
Fix cancel button accessibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocobozzz committed Sep 19, 2024
1 parent d594ee6 commit 5f6fd38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/app/+login/login.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ <h4 i18n class="modal-title">Forgot your password</h4>

<div class="modal-footer inputs">
<input
type="button" role="button" i18n-value value="Cancel" class="peertube-button d-none d-sm-block"
type="button" role="button" i18n-value value="Cancel" class="peertube-button grey-button d-none d-sm-block"
(click)="hideForgotPasswordModal()" (key.enter)="hideForgotPasswordModal()"
>

Expand Down

0 comments on commit 5f6fd38

Please sign in to comment.