From 1905b26683d86adf1f5c75b4ba8b517763ef7e6c Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Thu, 19 Sep 2024 06:39:35 +0000 Subject: [PATCH] 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 --- app/assets/stylesheets/application.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5