Fix cursor not showing pointer on task nodes in graph view (#63714) #63735
Fix cursor not showing pointer on task nodes in graph view (#63714) #63735shashbha14 wants to merge 1 commit intoapache:mainfrom
Conversation
|
Do you know what caused this regression? Because I am also unable to replicate this. |
|
@shashbha14 This PR has a few issues that need to be addressed before it can be reviewed — please see our Pull Request quality criteria. Issues found:
What to do next:
There is no rush — take your time and work at your own pace. We appreciate your contribution and are happy to wait for updates. If you have questions, feel free to ask on the Airflow Slack. |
There was a problem hiding this comment.
Closing.
That's not reproducible and most likely an AI generated fix that wasn't tested first. (targetting main 3.x, while original issue which isn't linked btw is for 2.11... #63714)
Similarly to the dozen of PR closed from this author closing this one.
https://github.com/apache/airflow/pulls/@shashbha14
Feel free to re-open if I missed something.
Fixes a regression where the cursor no longer changed to a pointer when hovering over task nodes in the Graph view.
Changes
Why ?
The pointer cursor is an important UX signal that the task nodes are clickable. This had been set to default in a previous change.