Skip to content

Commit

Permalink
Update stylesheet selectors.
Browse files Browse the repository at this point in the history
  • Loading branch information
afercia committed May 23, 2018
1 parent 7a29eb0 commit afc7cfa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions core-blocks/spacer/editor.scss
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
.editor-block-list__block[data-type="core/spacer"].is-selected .editor-block-list__block-edit {
background: $light-gray-200;

.wp-block-spacer__resize-handler-top,
.wp-block-spacer__resize-handler-bottom {
.block-spacer__resize-handler-top,
.block-spacer__resize-handler-bottom {
display: block;
}
}

.wp-block-spacer__resize-handler-top,
.wp-block-spacer__resize-handler-bottom {
.block-spacer__resize-handler-top,
.block-spacer__resize-handler-bottom {
display: none;
border-radius: 50%;
border: 2px solid white;
Expand Down

0 comments on commit afc7cfa

Please sign in to comment.