Skip to content

Commit

Permalink
Remove white background on Site Editor 'Frame' (#48970)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskoster authored May 4, 2023
1 parent 27ed5cc commit ce8d9a2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/edit-site/src/components/block-editor/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@

.edit-site-visual-editor__editor-canvas {
height: 100%;
background: $white;
}

&.is-focus-mode {
Expand Down
1 change: 0 additions & 1 deletion packages/edit-site/src/components/layout/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@

& > div {
color: $gray-900;
background: $white;
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.8), 0 8px 10px -6px rgba(0, 0, 0, 0.8);
}

Expand Down

0 comments on commit ce8d9a2

Please sign in to comment.