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 { ...@@ -119,11 +119,10 @@ export default {
</component> </component>
<button <button
v-if="canRemove" v-if="canRemove"
v-tooltip
ref="removeButton" ref="removeButton"
type="button" type="button"
class="js-issue-token-remove-button issue-token-remove-button" class="js-issue-token-remove-button issue-token-remove-button"
:title="removeButtonLabel" :aria-label="removeButtonLabel"
@click="onRemoveRequest"> @click="onRemoveRequest">
<i <i
class="fa fa-times" class="fa fa-times"
......
...@@ -117,11 +117,9 @@ export default { ...@@ -117,11 +117,9 @@ export default {
</span> </span>
<button <button
v-if="canAddRelatedIssues" v-if="canAddRelatedIssues"
v-tooltip
ref="issueCountBadgeAddButton" ref="issueCountBadgeAddButton"
type="button" type="button"
class="js-issue-count-badge-add-button issue-count-badge-add-button btn btn-small btn-default" 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" aria-label="Add an issue"
data-placement="top" data-placement="top"
@click="toggleAddRelatedIssuesForm"> @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