From 73ec47270227f38532a53736b60ee6e4a43785ef Mon Sep 17 00:00:00 2001 From: Marius Balteanu Date: Thu, 31 Oct 2024 08:14:37 +0000 Subject: [PATCH] Prevents 'blinking' tooltips in the rare case where the browser places the tooltip under the cursor (#41624). MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patch by Jens Krämer (user:jkraemer). git-svn-id: https://svn.redmine.org/redmine/trunk@23172 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/assets/stylesheets/application.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 630c78476..07d0f0c93 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -1697,6 +1697,7 @@ td.gantt_selected_column .gantt_hdr,.gantt_selected_column_container { border: 0; box-shadow: none; white-space: pre-wrap; + pointer-events: none; } /***** SVG Icons *****/