Skip to content

Commit

Permalink
Template part selection popover - minor style updates for visiblity. (#…
Browse files Browse the repository at this point in the history
…33733)

* minor style updates

* remove ugly background

* use gray 300 instead of 400
  • Loading branch information
Addison-Stavlo authored Jul 30, 2021
1 parent ea95c20 commit 81eac3d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/block-library/src/template-part/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
cursor: pointer;
margin-top: $grid-unit-20;
transition: all 0.05s ease-in-out;
border: $border-width solid transparent;
border: $border-width solid $gray-300;
width: 100%;
background-color: $white;

Expand All @@ -38,6 +38,10 @@
&.is-placeholder {
min-height: 100px;
}

.block-editor-block-preview__container {
border-bottom: $border-width solid $gray-300;
}
}

.wp-block-template-part__selection-preview-item-title {
Expand Down

0 comments on commit 81eac3d

Please sign in to comment.