This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a commit to branch v2-3-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 9862c821d42390e42b5cbd0c4df114b52fce21f7 Author: Brent Bovenzi <[email protected]> AuthorDate: Wed May 4 11:30:58 2022 -0400 Remove color change for highly nested groups (#23482) (cherry picked from commit 14befe3ad6a03f27e20357e9d4e69f99d19a06d1) --- airflow/www/static/js/tree/TaskName.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/airflow/www/static/js/tree/TaskName.jsx b/airflow/www/static/js/tree/TaskName.jsx index 84b2adf8df..d2f57ff95e 100644 --- a/airflow/www/static/js/tree/TaskName.jsx +++ b/airflow/www/static/js/tree/TaskName.jsx @@ -30,7 +30,6 @@ const TaskName = ({ <Flex as={isGroup ? 'button' : 'div'} onClick={onToggle} - color={level > 4 && 'white'} aria-label={taskName} title={taskName} mr={4}
