From 04269747b7e365bd6227fa7eaa792e28e7017ccf Mon Sep 17 00:00:00 2001 From: Molkobain Date: Thu, 23 Feb 2023 10:17:30 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B05920=20-=20Increase=20delay=20before=20d?= =?UTF-8?q?isplaying=20tooltip?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/base/layouts/tab-container/layout.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base/layouts/tab-container/layout.html.twig b/templates/base/layouts/tab-container/layout.html.twig index 4067ecf32..d0121d978 100644 --- a/templates/base/layouts/tab-container/layout.html.twig +++ b/templates/base/layouts/tab-container/layout.html.twig @@ -26,7 +26,7 @@ {% if oTab.HasDescription() == true %} data-tooltip-content="{{ oTab.GetDescription() }}" {# Delay display to avoid having all tooltips appearing when mouse is just passing through the tabs #} - data-tooltip-show-delay="300" + data-tooltip-show-delay="500" {% endif %}>