Mayankaggarwal8055 opened a new pull request, #63802: URL: https://github.com/apache/airflow/pull/63802
### What this PR does Restores the pointer cursor behavior on task nodes in the DAG Graph view. ### Problem In Airflow 2.11.2, the cursor style for task nodes was incorrectly set to `"cursor"` instead of `"pointer"` in `DagNode.tsx`. As a result, the pointer cursor only appeared when hovering over inner text elements, not the entire task node box. ### Solution Updated the cursor style on the node container from: cursor="cursor" to: cursor="pointer" ### Result - Pointer cursor now appears when hovering anywhere on the task node - Restores expected UX behavior from earlier versions ### Testing - Verified locally in Graph view - Cursor now changes correctly across the full node area Fixes #63714 -- 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]
