Fix html structure to prevent tooltip from not hidding

This commit is contained in:
Filipa Lacerda 2017-04-05 11:26:26 +01:00
parent 6831ee8f39
commit 2065d14456
2 changed files with 6 additions and 1 deletions

View file

@ -61,6 +61,7 @@ export default {
<i class="fa fa-caret-down" aria-hidden="true"></i>
<i v-if="isLoading" class="fa fa-spinner fa-spin" aria-hidden="true"></i>
</span>
</button>
<ul class="dropdown-menu dropdown-menu-align-right">
<li v-for="action in actions">
@ -74,7 +75,6 @@ export default {
</button>
</li>
</ul>
</button>
</div>
`,
};

View file

@ -0,0 +1,5 @@
---
title: Fixes HTML structure that was preventing the tooltip to disappear when hovering
out of the button.
merge_request:
author: