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?
   
![image](https://user-images.githubusercontent.com/8166352/65872683-b5303f80-e3b3-11e9-9785-9e1d15b0b3cf.png)
   
![image](https://user-images.githubusercontent.com/8166352/65872692-ba8d8a00-e3b3-11e9-8cf6-db6f905d3387.png)
   

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