Skip to content

Commit

Permalink
Group, Row, Stack, Columns. Fix missing border regression (#44696)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen committed Oct 6, 2022
1 parent f3bd81c commit cce3922
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
bottom: 0;
left: 0;
pointer-events: none;
border: $border-width dashed currentColor;
@include placeholder-style();
}

Expand Down
1 change: 1 addition & 0 deletions packages/block-library/src/group/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
flex: 1 0 $grid-unit-60;
pointer-events: none;
min-height: $grid-unit-60 - $border-width - $border-width;
border: $border-width dashed currentColor;
@include placeholder-style();
}

Expand Down
1 change: 1 addition & 0 deletions packages/block-library/src/navigation/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ $color-control-label-height: 20px;
bottom: 0;
left: 0;
pointer-events: none;
border: $border-width dashed currentColor;
@include placeholder-style();

// Inherit border radius from style variations.
Expand Down

0 comments on commit cce3922

Please sign in to comment.