milestone options tooltip
parent
652e3ef1c6
commit
97d4b2f5e4
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue