fix: invert star icons when map is starred or not

Fixes #1848
This commit is contained in:
David Larlet 2024-05-22 11:05:44 -04:00
parent 03f6080148
commit 5f29b8b0d5
No known key found for this signature in database
GPG key ID: 3E2953A359E7E7BD

View file

@ -99,10 +99,10 @@
box-shadow: 0 0 4px 0 black inset;
}
.leaflet-control-star [type="button"] {
background-position: -108px -144px;
background-position: -144px -144px;
}
.leaflet-control-star.starred [type="button"] {
background-position: -144px -144px;
background-position: -108px -144px;
}
.leaflet-control-search [type="button"] {
background-position: -36px -108px;