Merge branch '30493-env-deploy-tooltip' into 'master'

Fix html structure to prevent tooltip from not hidding

Closes #30493

See merge request !10474
This commit is contained in:
Jacob Schatz 2017-04-06 11:13:34 +00:00
commit aba1c226df
2 changed files with 6 additions and 1 deletions

View File

@ -75,6 +75,7 @@ export default {
class="fa fa-spinner fa-spin"
aria-hidden="true"/>
</span>
</button>
<ul class="dropdown-menu dropdown-menu-align-right">
<li v-for="action in actions">
@ -91,7 +92,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: