Skip to content

Commit

Permalink
Hide response notification when form is not selected
Browse files Browse the repository at this point in the history
  • Loading branch information
jrtashjian committed Apr 7, 2024
1 parent a663170 commit 303833c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/block-library/form/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,8 @@
}
}
}

// Hide the response notification when the form is not selected
.wp-block-omniform-form:not(.has-child-selected):not(.is-selected) .wp-block-omniform-response-notification {
display: none;
}

0 comments on commit 303833c

Please sign in to comment.