settings: Remove unnecessary sea-green class from the dialog_change_password.

Fixes part of #33130.
This commit is contained in:
Maneesh Shukla
2025-03-11 12:48:07 +05:30
committed by Tim Abbott
parent 5167ff640a
commit dd20743e66

View File

@@ -4,7 +4,7 @@
<div class="password-input-row">
<input type="password" autocomplete="off" name="old_password" id="old_password" class="inline-block modal_password_input" value="" />
<i class="fa fa-eye-slash password_visibility_toggle tippy-zulip-tooltip" role="button" tabindex="0"></i>
<a href="/accounts/password/reset/" class="settings-forgot-password sea-green" target="_blank" rel="noopener noreferrer">{{t "Forgot it?" }}</a>
<a href="/accounts/password/reset/" class="settings-forgot-password" target="_blank" rel="noopener noreferrer">{{t "Forgot it?" }}</a>
</div>
</div>
<div class="settings-password-div">