Skip to content

Commit

Permalink
Fix block mover clickable area (#67261)
Browse files Browse the repository at this point in the history
Unlinked contributors: maximebj.

Co-authored-by: talldan <talldanwp@git.wordpress.org>
Co-authored-by: ramonjd <ramonopoly@git.wordpress.org>
  • Loading branch information
3 people authored Nov 25, 2024
1 parent 5513d7a commit 0a6751c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/block-editor/src/components/block-mover/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@

// Specificity is necessary to override block toolbar button styles.
.components-button.block-editor-block-mover-button {
// Prevent the SVGs inside the button from overflowing the button.
overflow: hidden;

// Focus and toggle pseudo elements.
&::before {
content: "";
Expand Down

1 comment on commit 0a6751c

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in 0a6751c.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/12005956072
📝 Reported issues:

Please sign in to comment.