Skip to content

Commit

Permalink
Prevents 'blinking' tooltips in the rare case where the browser place…
Browse files Browse the repository at this point in the history
…s 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
  • Loading branch information
marius-balteanu committed Oct 31, 2024
1 parent e0002f5 commit 73ec472
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/assets/stylesheets/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 *****/
Expand Down

0 comments on commit 73ec472

Please sign in to comment.