Fix white cell outline after selection
This commit is contained in:
parent
c32e30492c
commit
4af6285590
@ -622,12 +622,7 @@ const Map: React.FC = () => {
|
||||
paint: {
|
||||
"fill-color": ["get", "color"],
|
||||
"fill-opacity": ["get", "opacity"],
|
||||
"fill-outline-color": [
|
||||
"case",
|
||||
["boolean", ["feature-state", "selected"], false],
|
||||
"white",
|
||||
"transparent",
|
||||
],
|
||||
"fill-outline-color": "transparent",
|
||||
},
|
||||
},
|
||||
"grid-labels-layer"
|
||||
|
Loading…
Reference in New Issue
Block a user