Mayankaggarwal8055 commented on issue #63714: URL: https://github.com/apache/airflow/issues/63714#issuecomment-4073875826
Hi, I’ve investigated this issue and identified the root cause. The cursor style in `DagNode.tsx` was incorrectly set to `"cursor"` instead of `"pointer"`, which caused the pointer to only appear on inner elements rather than the full node container. I’ve submitted a fix that restores the correct hover behavior across the entire task node. PR: #63802 -- 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]
