-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove core/post-comments-form block styles that are overriding butto…
…n element styles (#42053) * Post comments form: removing styles targeting submit button because they are overriding the core/block button styles. * Removing just the properties provided by theme.json * Elements: Buttons: Style the cursor for all button elements * move to block library * move to style.scss * Element styles: Load them in the common.scss file instead of the style.scss file to make them available on the frontend. * Removing elements.scss from style.scss * core/post-comments-form: removing unneeded class from submit button to avoid unwanted styles * default theme.json button element settings: adding border 0. * post comments form server side rendering: removing the 'submit' css class Co-authored-by: Ben Dwyer <[email protected]>
- Loading branch information
1 parent
1eb1ba1
commit 875a204
Showing
6 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,4 +50,3 @@ | |
@import "./video/style.scss"; | ||
|
||
@import "common.scss"; | ||
@import "./elements.scss"; |