Skip to content

Commit

Permalink
Removing just the properties provided by theme.json
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasbenedetto committed Jun 29, 2022
1 parent 3a73d5f commit c5429d9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/block-library/src/post-comments-form/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@
letter-spacing: inherit;
}

// Styles copied from button block styles.
input[type="submit"] {
box-shadow: none;
cursor: pointer;
display: inline-block;
text-align: center;
overflow-wrap: break-word;
}

textarea,
input:not([type="submit"]) {
border: 1px solid $gray-600;
Expand Down

0 comments on commit c5429d9

Please sign in to comment.