Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update container styles for consistency.
  • Loading branch information
tellthemachines committed Jun 17, 2020
commit df93bc681337733582527606cd2b66539b4e8a14
3 changes: 2 additions & 1 deletion packages/block-editor/src/components/block-list/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,8 @@
content: none;
}
.is-block-moving-mode & .block-editor-block-list__block.has-child-selected {
outline: 1px dashed $blue-medium-focus;
box-shadow: 0 0 0 $border-width-focus $blue-medium-focus;
outline: $border-width-focus solid transparent;
}

.is-block-moving-mode & .block-editor-block-list__block.is-selected {
Expand Down