williaster commented on a change in pull request #5718: [SIP-5] Refactor and 
repair partition
URL: 
https://github.com/apache/incubator-superset/pull/5718#discussion_r213810631
 
 

 ##########
 File path: superset/assets/src/visualizations/partition.css
 ##########
 @@ -18,10 +22,25 @@
 
 .partition g text {
   font-weight: bold;
-  pointer-events: none;
   fill: rgba(0, 0, 0, 0.8);
 }
 
 .partition g:hover text {
   fill: rgba(0, 0, 0, 1);
 }
+
+.partition .partition-tooltip {
 
 Review comment:
   It'd be nice at some point to have consistent colors/padding across things 
like chart tooltips. not sure how to best do that in the plugin world... css in 
javascript makes it easy to pass variables around. something to think about.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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