sarutak commented on a change in pull request #25846: [SPARK-29168][WebUI] Fix 
the appearance issue on timeline view
URL: https://github.com/apache/spark/pull/25846#discussion_r325998724
 
 

 ##########
 File path: core/src/main/resources/org/apache/spark/ui/static/timeline-view.css
 ##########
 @@ -223,8 +223,8 @@ rect.getting-result-time-proportion {
 }
 
 .vis-timeline .vis-item.executor.vis-selected {
-  background-color: #A2FCC0;
-  border-color: #36F572;
+  background-color: #A0DFFF;
+  border-color: #3EC0FF;
   z-index: 2;
 }
 
 Review comment:
   How about just removing this directive rather than modifying the color 
settings?
   I've tried removing it and seems to works fine.

----------------------------------------------------------------
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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to