Removed the focus trigger on our tooltips

This commit is contained in:
Michael Abashian
2016-06-20 13:37:14 -04:00
parent f506ef9f04
commit ff439104ac

View File

@@ -508,7 +508,7 @@ angular.module('AWDirectives', ['RestServices', 'Utilities', 'JobsHelper'])
html: true, html: true,
title: attrs.awToolTip, title: attrs.awToolTip,
container: 'body', container: 'body',
trigger: 'hover focus', trigger: 'hover',
template: template template: template
}); });