mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
settings: Remove unnecessary sea-green class from the dialog_change_password.
Fixes part of #33130.
This commit is contained in:
committed by
Tim Abbott
parent
5167ff640a
commit
dd20743e66
@@ -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">
|
||||
|
Reference in New Issue
Block a user