mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 16:51:11 +03:00
Merge pull request #2520 from mabashian/job-status-tooltip
Removed the focus trigger on our tooltips
This commit is contained in:
commit
c9037d2c50
@ -508,7 +508,7 @@ angular.module('AWDirectives', ['RestServices', 'Utilities', 'JobsHelper'])
|
||||
html: true,
|
||||
title: attrs.awToolTip,
|
||||
container: 'body',
|
||||
trigger: 'hover focus',
|
||||
trigger: 'hover',
|
||||
template: template
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user