Kunal8954 commented on code in PR #72435:
URL: https://github.com/apache/airflow/pull/72435#discussion_r3981585626


##########
airflow-core/src/airflow/ui/src/layouts/Details/Gantt/GanttTimeline.tsx:
##########
@@ -387,6 +399,26 @@ export const GanttTimeline = ({
                                 <StateIcon size={GANTT_STATE_ICON_SIZE_PX} 
state={state} />
                               )}
                             </Badge>
+                            {node.isGroup === true ? (
+                              <Box

Review Comment:
   The extra Box is required for the hatch-pattern overlay on the Task Group 
aggregate bar. It needs to sit above the Badge so the pattern also overlays the 
badge fill/icon, while pointerEvents="none" keeps it purely decorative. I’ve 
also removed the stale newsfragment and restored the unrelated whitespace 
change.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to