mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
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:
parent
57d6c88a63
commit
9f7fb1f79e
1 changed files with 1 additions and 1 deletions
2
website/assets/js/pages/pricing.page.js
vendored
2
website/assets/js/pages/pricing.page.js
vendored
|
|
@ -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',
|
||||
});
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue