Skip to content

Commit

Permalink
Change the selector to target blocks that have a warning class (#14732)
Browse files Browse the repository at this point in the history
  • Loading branch information
scruffian authored Feb 24, 2020
1 parent 714b918 commit 3b98fd0
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
.block-editor-block-list__layout
// Override core styles inherited from `.has-warning`:
// we do want blocks with upgrade nudge warning to be interactive
.block-editor-block-list__block.has-warning.is-interactive
.block-editor-block-list__block-edit {
.block-editor-block-list__block.has-warning.is-interactive {
> * {
pointer-events: auto;
user-select: auto;
Expand Down

0 comments on commit 3b98fd0

Please sign in to comment.