Merge pull request #2520 from mabashian/job-status-tooltip

Removed the focus trigger on our tooltips
This commit is contained in:
Michael Abashian
2016-06-20 15:27:10 -04:00
committed by GitHub

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
}); });