Website: Update tooltips on pricing page (#17672)

Closes: https://github.com/fleetdm/confidential/issues/5759

Changes:
- Updated the tooltips on the pricing page to close when a user is no
longer hovering their cursor over them.
This commit is contained in:
Eric 2024-03-15 17:04:55 -05:00 committed by GitHub
parent 57d6c88a63
commit 9f7fb1f79e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,7 +18,7 @@ parasails.registerPage('pricing', {
// Tooltips for desktop users are opened by a user hovering their cursor over them.
$('[data-toggle="tooltip"]').tooltip({
container: '#pricing',
trigger: 'hover focus',
trigger: 'hover',
});
},