Skip to content

Commit

Permalink
impr(settings): add hints to tag buttons on mouseover (@fehmer) (#5849)
Browse files Browse the repository at this point in the history
  • Loading branch information
fehmer authored Sep 5, 2024
1 parent 661c138 commit 8e0a6c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/ts/pages/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -767,13 +767,13 @@ function refreshTagsSettingsSection(): void {
}">
${tag.display}
</button>
<button class="clearPbButton">
<button class="clearPbButton" aria-label="clear tags personal bests" data-balloon-pos="left" >
<i class="fas fa-crown fa-fw"></i>
</button>
<button class="editButton">
<button class="editButton" aria-label="rename tag" data-balloon-pos="left" >
<i class="fas fa-pen fa-fw"></i>
</button>
<button class="removeButton">
<button class="removeButton" aria-label="remove tag" data-balloon-pos="left" >
<i class="fas fa-trash fa-fw"></i>
</button>
</div>
Expand Down

0 comments on commit 8e0a6c3

Please sign in to comment.