From ab350570d7b74c18f94828b294bd6a3b0d5bf8de Mon Sep 17 00:00:00 2001 From: Antoine Dewez <44063631+Zewed@users.noreply.github.com> Date: Mon, 26 Aug 2024 14:35:02 +0200 Subject: [PATCH] fix(frontend): change hover delay for tooltips (#3095) # Description Please include a summary of the changes and the related issue. Please also include relevant motivation and context. ## Checklist before requesting a review Please delete options that are not relevant. - [ ] My code follows the style guidelines of this project - [ ] I have performed a self-review of my code - [ ] I have commented hard-to-understand areas - [ ] I have ideally added tests that prove my fix is effective or that my feature works - [ ] New and existing unit tests pass locally with my changes - [ ] Any dependent changes have been merged ## Screenshots (if appropriate): --- frontend/lib/components/ui/Tooltip/Tooltip.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/frontend/lib/components/ui/Tooltip/Tooltip.tsx b/frontend/lib/components/ui/Tooltip/Tooltip.tsx index 460b6d83e86d..bbba703b739e 100644 --- a/frontend/lib/components/ui/Tooltip/Tooltip.tsx +++ b/frontend/lib/components/ui/Tooltip/Tooltip.tsx @@ -22,7 +22,11 @@ const Tooltip = ({ return ( - + {children} {open && (