Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update style.scss
Moved comment down to the code block it describes
  • Loading branch information
ramonjd authored Nov 14, 2021
commit b238c6ab5cdb3d3467199cf93690791629f09568
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
@@ -1,4 +1,3 @@
// Styles copied from button block styles.
.wp-block-post-comments-form {
&[style*="font-weight"] :where(.comment-reply-title) {
font-weight: inherit;
Expand All @@ -20,6 +19,7 @@
letter-spacing: inherit;
}

// Styles copied from button block styles.
input[type="submit"] {
border: none;
box-shadow: none;
Expand Down