Skip to content

Commit

Permalink
Add a border between items in the block sidebar; fixes #7686 (#8183)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvanpatten authored and sarahmonster committed Jul 25, 2018
1 parent ca9c2e9 commit 3b13a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edit-post/components/sidebar/block-sidebar/style.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.edit-post-block-sidebar__panel .components-panel__body {
border: none;
border-top: 1px solid $light-gray-500;
margin: 0 -16px;

.components-base-control {
Expand All @@ -11,7 +12,6 @@
}

&:first-child {
border-top: 1px solid $light-gray-500;
margin-top: 16px;
}

Expand Down

0 comments on commit 3b13a1b

Please sign in to comment.