YongjinZhou opened a new pull request #25976: [SPARK-25468][WEBUI] Current page index keep style with dataTable current page index in the spark UI URL: https://github.com/apache/spark/pull/25976 ### What changes were proposed in this pull request? Current page index keep style with dataTable current page index in the spark UI. https://issues.apache.org/jira/browse/SPARK-25468 move .paginate_button.active > a { color: #999999; text-decoration: underline; } add .paginate_button.active { border: 1px solid #979797 !important; background: white linear-gradient(to bottom, #fff 0%, #dcdcdc 100%); } ### How was this patch tested?  
---------------------------------------------------------------- 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]
