-
Notifications
You must be signed in to change notification settings - Fork 360
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* removed typography styles for buttons * removed typography styles for buttons * remove more styles * kept the mixins, but removed the includes * remove padding include from button styles * lint * Bump min version for Blockbase to 6.1 * rebuild ponyfill after rebase * Update theme.json schema version * Update file button hover status Co-authored-by: MaggieCabrera <[email protected]> Co-authored-by: Sarah Norris <[email protected]>
- Loading branch information
1 parent
8f67c62
commit b6669ad
Showing
7 changed files
with
43 additions
and
61 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
@import 'button-mixins'; | ||
@import "button-mixins"; | ||
|
||
// TODO: Remove when https://github.com/WordPress/gutenberg/issues/27760 is fixed. | ||
.wp-block-file .wp-block-file__button { | ||
@include button-main-styles; | ||
|
||
@include button-hover-styles; | ||
display: inline-block; | ||
} |
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