Skip to content

Commit

Permalink
Fix shrink icon loading in CSS (#8948)
Browse files Browse the repository at this point in the history
  • Loading branch information
kkaefer authored and mourner committed Nov 5, 2019
1 parent 1eafc22 commit 7267fa2
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 @@ -199,7 +199,7 @@
}

.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {
background-image: svg-inline(ctrl-shrink);
background-image: svg-load('svg/mapboxgl-ctrl-shrink.svg');
}

@media (-ms-high-contrast: active) {
Expand Down

0 comments on commit 7267fa2

Please sign in to comment.