From: Marius Balteanu Date: Thu, 31 Oct 2024 08:14:37 +0000 (+0000) Subject: Prevents 'blinking' tooltips in the rare case where the browser places the tooltip... X-Git-Tag: 6.0.0~38 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=73ec47270227f38532a53736b60ee6e4a43785ef;p=redmine.git Prevents 'blinking' tooltips in the rare case where the browser places the tooltip under the cursor (#41624). Patch by Jens Krämer (user:jkraemer). git-svn-id: https://svn.redmine.org/redmine/trunk@23172 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- 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 *****/