Facyla commented on code in PR #37105:
URL: https://github.com/apache/superset/pull/37105#discussion_r2736691142


##########
superset-frontend/plugins/legacy-plugin-chart-country-map/src/ReactCountryMap.jsx:
##########
@@ -70,5 +70,10 @@ export default styled(CountryMap)`
       cursor: pointer;
       stroke: ${theme.colorSplit};
     }
+
+    .hover-popup.popup-at-bottom {

Review Comment:
   Class could be used more globally, and seems sufficiently specific to avoid 
collisions. 
   Not commited unless using plugin-specific selector is mandatory (then would 
also require modifying the added class accordingly)



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to