diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2024-11-03 11:42:05 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2024-11-03 11:42:05 +0000 |
commit | cac079158f2b5e6c2a77a48738747908df2354d8 (patch) | |
tree | be6367c0d86db9ce8507c97c93c39aead088a3d1 | |
parent | 5cf31e5e9598380c6142aa6e9ef0fc13983ff861 (diff) | |
download | redmine-cac079158f2b5e6c2a77a48738747908df2354d8.tar.gz redmine-cac079158f2b5e6c2a77a48738747908df2354d8.zip |
Merged r23184 from 5.1-stable to 5.0-stable (#41624).
git-svn-id: https://svn.redmine.org/redmine/branches/5.0-stable@23185 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | public/stylesheets/application.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 0f9544917..eafc0841d 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -1541,6 +1541,7 @@ td.gantt_selected_column .gantt_hdr,.gantt_selected_column_container { border: 0; box-shadow: none; white-space: pre-wrap; + pointer-events: none; } /***** Icons *****/ |