Commit 6b46c47b authored by Eric Eastwood's avatar Eric Eastwood

Remove tooltip from add badge and issue token remove button

See https://gitlab.com/gitlab-org/gitlab-ce/issues/34336
parent b3baf6fd
......@@ -119,11 +119,10 @@ export default {
</component>
<button
v-if="canRemove"
v-tooltip
ref="removeButton"
type="button"
class="js-issue-token-remove-button issue-token-remove-button"
:title="removeButtonLabel"
:aria-label="removeButtonLabel"
@click="onRemoveRequest">
<i
class="fa fa-times"
......
......@@ -117,11 +117,9 @@ export default {
</span>
<button
v-if="canAddRelatedIssues"
v-tooltip
ref="issueCountBadgeAddButton"
type="button"
class="js-issue-count-badge-add-button issue-count-badge-add-button btn btn-small btn-default"
title="Add an issue"
aria-label="Add an issue"
data-placement="top"
@click="toggleAddRelatedIssuesForm">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment