Skip to content

Commit

Permalink
Tweak the CSS rules.
Browse files Browse the repository at this point in the history
  • Loading branch information
pento committed Feb 17, 2020
1 parent dc858ad commit b2b1e62
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions 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,7 +15,7 @@
background-size: contain;
transform: scale( 1 );
transition: transform 0.2s ease;
&:first-child, &:last-child {
&, &:first-child, &:last-child {
border-radius: 100%;
}
&:hover {
Expand Down

0 comments on commit b2b1e62

Please sign in to comment.