Skip to content

Commit

Permalink
Try: Remove dotted ancestor border. (#35637)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen authored Oct 14, 2021
1 parent 02f1271 commit 94bba4b
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions packages/block-library/src/template-part/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,22 +66,6 @@
}
}

// Ensures a border is present when a child block is selected.
.block-editor-block-list__block[data-type="core/template-part"] {
&.has-child-selected {
&::after {
border: $border-width dotted var(--wp-admin-theme-color);
}

&.is-hovered,
&.is-highlighted {
&::after {
border: none;
}
}
}
}

.wp-block-template-part__placeholder-create-new__title-form {
.wp-block-template-part__placeholder-create-new__title-form-actions {
padding-top: $grid-unit-15;
Expand Down

0 comments on commit 94bba4b

Please sign in to comment.