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:
+1
-1
@@ -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',
|
||||
});
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user