Skip to content

Commit

Permalink
CSS appears dead.
Browse files Browse the repository at this point in the history
See #14943.
  • Loading branch information
jasmussen committed Dec 14, 2020
1 parent 01bb598 commit dbb9942
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@
.block-editor-block-list__block .block-list-appender {
margin: $grid-unit-10 0;

// Add additional margin to the appender when inside a group with a background color.
// If changing this, be sure to sync up with group/editor.scss line 13.
.has-background & {
margin: ($grid-unit-20 + $block-spacing) $grid-unit-10;
}

// Animate appearance.
.block-list-appender__toggle {
padding: 0;
Expand Down
2 changes: 1 addition & 1 deletion packages/edit-post/src/components/visual-editor/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@
// Apply default block margin below the post title.
// This ensures the first block on the page is in a good position.
// This rule can be retired once the title becomes an actual block.
margin-bottom: ($block-padding * 2) + $block-spacing; // This matches 2em in the vanilla style.
margin-bottom: $default-block-margin;
}
}

0 comments on commit dbb9942

Please sign in to comment.