mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +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:
@@ -434,7 +434,7 @@ ul {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#edit-button {
|
||||
#user_profile_edit_button_icon {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
|
||||
@@ -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