This is an automated email from the ASF dual-hosted git repository.

bbovenzi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 14befe3ad6 Remove color change for highly nested groups (#23482)
14befe3ad6 is described below

commit 14befe3ad6a03f27e20357e9d4e69f99d19a06d1
Author: Brent Bovenzi <[email protected]>
AuthorDate: Wed May 4 11:30:58 2022 -0400

    Remove color change for highly nested groups (#23482)
---
 airflow/www/static/js/grid/TaskName.jsx | 1 -
 1 file changed, 1 deletion(-)

diff --git a/airflow/www/static/js/grid/TaskName.jsx 
b/airflow/www/static/js/grid/TaskName.jsx
index 84b2adf8df..d2f57ff95e 100644
--- a/airflow/www/static/js/grid/TaskName.jsx
+++ b/airflow/www/static/js/grid/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}

Reply via email to