mirror of
https://github.com/ansible/awx.git
synced 2026-02-27 15:58:45 -03:30
Removed the focus trigger on our tooltips
This commit is contained in:
@@ -508,7 +508,7 @@ angular.module('AWDirectives', ['RestServices', 'Utilities', 'JobsHelper'])
|
||||
html: true,
|
||||
title: attrs.awToolTip,
|
||||
container: 'body',
|
||||
trigger: 'hover focus',
|
||||
trigger: 'hover',
|
||||
template: template
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user