Commit 2065d144 authored by Filipa Lacerda's avatar Filipa Lacerda

Fix html structure to prevent tooltip from not hidding

parent 6831ee8f
......@@ -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>
`,
};
---
title: Fixes HTML structure that was preventing the tooltip to disappear when hovering
out of the button.
merge_request:
author:
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