From: Go MAEDA Date: Thu, 19 Sep 2024 06:39:35 +0000 (+0000) Subject: Fix issue where revision graph and Gantt chart progress line were not being rendered... X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1905b26683d86adf1f5c75b4ba8b517763ef7e6c;p=redmine.git Fix issue where revision graph and Gantt chart progress line were not being rendered (#23980). Patch by Minoru Maeda (user:maeda-m). git-svn-id: https://svn.redmine.org/redmine/trunk@23063 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 5a132fb78..cf6cb48cd 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -1663,7 +1663,7 @@ svg.icon-ok { display: none; } -svg { +svg:not(div#gantt_draw_area svg, div.revision-graph svg) { width: 0; height: 0;