Skip to content

Commit

Permalink
No more incorrect border radius on Map controls
Browse files Browse the repository at this point in the history
  • Loading branch information
Copons committed Feb 14, 2020
1 parent 861ab14 commit 488b289
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions extensions/blocks/map/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,8 @@
}
max-width: 300px;
}
.mapboxgl-ctrl-group button {
// Prevents theme styles adding a border radius to all buttons affecting the Map block controls too.
border-radius: 0;
}
}

0 comments on commit 488b289

Please sign in to comment.