Skip to content

Commit

Permalink
Comments: Allow button element shadows from theme.json (WordPress#63790)
Browse files Browse the repository at this point in the history
Co-authored-by: aaronrobertshaw <aaronrobertshaw@git.wordpress.org>
Co-authored-by: andrewserong <andrewserong@git.wordpress.org>
Co-authored-by: carolinan <poena@git.wordpress.org>
  • Loading branch information
4 people committed Jul 23, 2024
1 parent 093fef8 commit d625b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/post-comments-form/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
}

// Styles copied from button block styles.
input[type="submit"] {
:where(input[type="submit"]) {
box-shadow: none;
cursor: pointer;
display: inline-block;
Expand Down

0 comments on commit d625b3d

Please sign in to comment.