Skip to content

Commit

Permalink
List View: fix expand and collapsing when the icon is clicked (#35526)
Browse files Browse the repository at this point in the history
  • Loading branch information
gwwar authored Oct 11, 2021
1 parent b1fd6b2 commit 95ef117
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/block-editor/src/components/list-view/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
border-radius: inherit;
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
z-index: 1;
pointer-events: none;

// Hide focus styles while a user is dragging blocks/files etc.
.is-dragging-components-draggable & {
Expand Down

0 comments on commit 95ef117

Please sign in to comment.