Fix html structure to prevent tooltip from not hidding
This commit is contained in:
parent
6831ee8f39
commit
2065d14456
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
||||
`,
|
||||
};
|
||||
|
|
5
changelogs/unreleased/30493-env-deploy-tooltip.yml
Normal file
5
changelogs/unreleased/30493-env-deploy-tooltip.yml
Normal 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:
|
Loading…
Reference in a new issue