Skip to content

Commit

Permalink
Remove :focus of marker-icon style to fix marker jumping while zooming (
Browse files Browse the repository at this point in the history
#1488) (patch)
  • Loading branch information
Falke-Design authored Apr 28, 2024
1 parent e9d0f10 commit b736a1d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/css/layers.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.marker-icon,
.marker-icon:focus {
.marker-icon {
background-color: #ffffff;
border: 1px solid #3388ff;
border-radius: 50%;
Expand All @@ -10,8 +9,7 @@
transition: opacity ease 0.3s;
}

.marker-icon-middle,
.marker-icon-middle:focus {
.marker-icon-middle {
opacity: 0.7;
margin: -6px 0 0 -6px !important;
width: 10px !important;
Expand Down

0 comments on commit b736a1d

Please sign in to comment.