mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
css: Change the selector name of the <i></i> tag.
Changed the id name of the <i></i> tag to user_profile_edit_button_icon in the user profile modal, as earlier it was edit-button, which is too vague of a selector name.
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
{{/if}}
|
||||
{{#if is_me}}
|
||||
<a href="/#settings/profile" class="user_profile_edit_button">
|
||||
<i class="fa fa-edit" id="edit-button" aria-hidden="true"></i>
|
||||
<i class="fa fa-edit" id="user_profile_edit_button_icon" aria-hidden="true"></i>
|
||||
</a>
|
||||
{{/if}}
|
||||
</h1>
|
||||
|
||||
Reference in New Issue
Block a user