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
+1 -1
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',
});
},