Skip to content

Commit

Permalink
Map Block: Fix the map theme picker buttons (#14707)
Browse files Browse the repository at this point in the history
  • Loading branch information
pento authored Feb 18, 2020
1 parent 31e32f1 commit a47bc73
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion extensions/blocks/map/map-theme-picker/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
// @todo: .edit-post-settings-sidebar__panel-block selector can be removed when WP 5.4 is the minimum.
.edit-post-settings-sidebar__panel-block & {
border: 1px solid $light-gray-500;
border-radius: 100%;
width: 56px;
height: 56px;
margin: 2px;
Expand All @@ -16,6 +15,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 a47bc73

Please sign in to comment.