Skip to content

Commit

Permalink
Fix color of the block selection button
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed May 27, 2022
1 parent c9ddb93 commit caf5a77
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,6 @@ function BlockSelectionButton( { clientId, rootClientId } ) {
'block-editor-block-list__block-selection-button',
{
'is-block-moving-mode': !! blockMovingMode,
'is-zoom-out-mode': editorMode === 'zoom-out',
}
);

Expand Down
4 changes: 0 additions & 4 deletions packages/block-editor/src/components/block-tools/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,6 @@
font-size: $default-font-size;
height: $block-toolbar-height;

&.is-zoom-out-mode {
background: var(--wp-admin-theme-color);
}

.block-editor-block-list__block-selection-button__content {
margin: auto;
display: inline-flex;
Expand Down

0 comments on commit caf5a77

Please sign in to comment.