Skip to content

Commit

Permalink
Override the core styles that are setting a button border-radius we d…
Browse files Browse the repository at this point in the history
…on't want.
  • Loading branch information
pento committed Feb 17, 2020
1 parent bf52e73 commit dc858ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions extensions/blocks/map/map-theme-picker/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
background-size: contain;
transform: scale( 1 );
transition: transform 0.2s ease;
&:first-child, &:last-child {
border-radius: 100%;
}
&:hover {
transform: scale( 1.1 );
}
Expand Down

0 comments on commit dc858ad

Please sign in to comment.