milestone options tooltip

deepsource-autofix-76c6eb20
Dan Gowans 2023-01-17 12:30:55 -05:00
parent 652e3ef1c6
commit 97d4b2f5e4
2 changed files with 34 additions and 34 deletions

View File

@ -302,7 +302,7 @@
<div class="level-item">
<div class="dropdown is-right has-text-weight-normal">
<div class="dropdown-trigger">
<button class="button is-small" type="button" aria-label="Options">
<button class="button is-small has-tooltip-left" data-tooltip="Milestone Options" type="button" aria-label="Options">
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
</button>
</div>

View File

@ -298,7 +298,7 @@
<div class="level-item">
<div class="dropdown is-right has-text-weight-normal">
<div class="dropdown-trigger">
<button class="button is-small" type="button" aria-label="Options">
<button class="button is-small has-tooltip-left" type="button" data-tooltip="Milestone Options" aria-label="Options">
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
</button>
</div>