Skip to content

Commit

Permalink
Undo unnecessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ciampo committed Oct 24, 2022
1 parent cc1ab59 commit 98d8a5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/block-editor/src/components/list-view/block.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ function ListViewBlock( {
const { isTreeGridMounted, expand, collapse } = useListViewContext();

const hasSiblings = siblingBlockCount > 0;
const hasRenderedMovers = true && hasSiblings;
const hasRenderedMovers = showBlockMovers && hasSiblings;
const moverCellClassName = classnames(
'block-editor-list-view-block__mover-cell',
{ 'is-visible': isHovered || isSelected }
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/toolbar/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
}
}

// Focus style
// Focus style.
&:focus::before {
@include block-toolbar-button-style__focus();
}
Expand Down

0 comments on commit 98d8a5b

Please sign in to comment.