Skip to content

Commit

Permalink
Fix location dot shadow (#8119)
Browse files Browse the repository at this point in the history
* fix CSS shadow for location dot

* rm typo

* update shadow
  • Loading branch information
Brave Cow authored and mourner committed Apr 5, 2019
1 parent 8b9fb82 commit ceb2e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/mapbox-gl.css
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,6 @@ a.mapboxgl-ctrl-logo.mapboxgl-compact {
width: 15px;
height: 15px;
border-radius: 50%;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
}

.mapboxgl-user-location-dot::before {
Expand All @@ -492,6 +491,7 @@ a.mapboxgl-ctrl-logo.mapboxgl-compact {
top: -2px;
width: 19px;
box-sizing: border-box;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
}

@-webkit-keyframes mapboxgl-user-location-dot-pulse {
Expand Down

0 comments on commit ceb2e03

Please sign in to comment.