ashb commented on a change in pull request #4823: [AIRFLOW-3999] Remove all
inline style
URL: https://github.com/apache/airflow/pull/4823#discussion_r262072892
##########
File path: airflow/www/templates/airflow/graph.html
##########
@@ -205,11 +212,11 @@
container: "body",
});
- d3.selectAll("div.legend_item.state")
+ d3.selectAll(".legend--state .legend__item")
Review comment:
Oh, like you are doing in tree.html with data-operator-name :) Lets do that
here too.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services