mik-laj commented on a change in pull request #4823: [AIRFLOW-3999] Remove all
inline style
URL: https://github.com/apache/airflow/pull/4823#discussion_r262081353
##########
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:
I will update a PR. I had concerns about the specificity of selector Now I
checked and it turns out that classes and attributes are counted in the same
way..
----------------------------------------------------------------
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