From ff439104ac09ebd7e50058332631504e2b347152 Mon Sep 17 00:00:00 2001 From: Michael Abashian Date: Mon, 20 Jun 2016 13:37:14 -0400 Subject: [PATCH] Removed the focus trigger on our tooltips --- awx/ui/client/src/shared/directives.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/src/shared/directives.js b/awx/ui/client/src/shared/directives.js index b6dac10c89..52cbe156b9 100644 --- a/awx/ui/client/src/shared/directives.js +++ b/awx/ui/client/src/shared/directives.js @@ -508,7 +508,7 @@ angular.module('AWDirectives', ['RestServices', 'Utilities', 'JobsHelper']) html: true, title: attrs.awToolTip, container: 'body', - trigger: 'hover focus', + trigger: 'hover', template: template });