Skip to content

Commit

Permalink
css: Change the selector name of the <i></i> tag.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
SameepAher authored and timabbott committed Mar 24, 2023
1 parent 724af12 commit 6211939
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/styles/popovers.css
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ ul {
text-align: center;
}

#edit-button {
#user_profile_edit_button_icon {
font-size: 18px;
}

Expand Down
2 changes: 1 addition & 1 deletion web/templates/user_profile_modal.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 6211939

Please sign in to comment.