mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-20 21:03:16 +08:00
impr(settings): add hints to tag buttons on mouseover (@fehmer) (#5849)
This commit is contained in:
parent
661c138812
commit
8e0a6c3417
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue