Skip to content

Commit

Permalink
Merge pull request #387 from greenpeace/planet-5270
Browse files Browse the repository at this point in the history
PLANET-5270 Hide default style picker
  • Loading branch information
mleray authored Sep 21, 2020
2 parents 4a9065b + 7a58b32 commit 2ba0ecd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions assets/src/styles/editorOverrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,9 @@
}

.edit-post-sidebar {
.block-editor-block-styles + .components-base-control {
display: none;
}

// By default all but the first .component-base-control have margin-bottom, causing weird spacing.
.components-base-control {
Expand Down

0 comments on commit 2ba0ecd

Please sign in to comment.