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
This commit is contained in:
Marius Balteanu
2024-10-31 08:14:37 +00:00
parent e0002f563c
commit 73ec472702

View File

@@ -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 *****/