diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2024-10-31 08:14:37 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2024-10-31 08:14:37 +0000 |
commit | 73ec47270227f38532a53736b60ee6e4a43785ef (patch) | |
tree | 59baa424c7b56405fd79bc52aee71fb9559f6d82 /app | |
parent | e0002f563c15c1180e9b3426b65b74b979121d77 (diff) | |
download | redmine-73ec47270227f38532a53736b60ee6e4a43785ef.tar.gz redmine-73ec47270227f38532a53736b60ee6e4a43785ef.zip |
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
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/application.css | 1 |
1 files changed, 1 insertions, 0 deletions
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 *****/ |