]> source.dussan.org Git - redmine.git/commitdiff
Fix issue where revision graph and Gantt chart progress line were not being rendered...
authorGo MAEDA <maeda@farend.jp>
Thu, 19 Sep 2024 06:39:35 +0000 (06:39 +0000)
committerGo MAEDA <maeda@farend.jp>
Thu, 19 Sep 2024 06:39:35 +0000 (06:39 +0000)
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

index 5a132fb780e71415f9448a7b76bc7fc77723ca48..cf6cb48cd7e501b0c77de3c9a235143c37afe40e 100644 (file)
@@ -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;