Mayankaggarwal8055 opened a new pull request, #64289: URL: https://github.com/apache/airflow/pull/64289
Fixes https://github.com/apache/airflow/issues/63714 **Problem:** DAG Graph view nodes lost pointer cursor after 2.11.2 upgrade **Fix:** Added `cursor="pointer"` to Tooltip and Flex components **Changes:** - Tooltip: `cursor="pointer"` - Flex: `cursor="pointer"` (replaced conditional cursor logic) **Result:** Proper pointer cursor on hover ✅ **Note:** 359 total changes due to Prettier auto-formatting (standard for Airflow UI PRs) -- 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]
