Skip to content

Commit

Permalink
Change select parent button styles (#23230)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntsekouras committed Jun 17, 2020
1 parent d6c5c5b commit cd07005
Showing 1 changed file with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
.block-editor-block-parent-selector {
background: $white;
border: $border-width solid $dark-gray-primary;
border-radius: $radius-block-ui;
padding: $grid-unit-10 - $border-width;
line-height: 1;

.block-editor-block-parent-selector__button {
min-width: auto;
width: $grid-unit-40;
height: $grid-unit-40;
padding: 0;
width: $grid-unit-60;
height: $grid-unit-60;
border: $border-width solid $dark-gray-primary;
border-radius: $radius-block-ui;
}
}

0 comments on commit cd07005

Please sign in to comment.