mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
feat: messing with the theme
This commit is contained in:
@@ -265,7 +265,7 @@ function WorldMap(element, props) {
|
||||
countryFeature =>
|
||||
!filterState.selectedValues.includes(countryFeature.id),
|
||||
)
|
||||
.style('fill-opacity', theme.opacity.mediumLight);
|
||||
.style('fill-opacity', 0.35);
|
||||
|
||||
// hack to ensure that the clicked country's color is preserved
|
||||
// sometimes the fill color would get default grey value after applying cross filter
|
||||
|
||||
Reference in New Issue
Block a user