-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Button: Add __next40pxDefaultSize in dataviews, reusable-blocks, etc.
#65715
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
266d609
cdc56a7
1509a20
69affc9
848ff10
8b642e0
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
- Loading branch information
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,8 @@ | ||
| .list-reusable-blocks-import-dropdown__content .components-popover__content { | ||
| padding: 10px; | ||
| } | ||
|
|
||
| [class].list-reusable-blocks-import-dropdown__button { | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It's a bummer this is necessary, but it makes sense since the other button is outside our control. |
||
| // Todo: Make core button height and gutenberg button height equal. | ||
| height: 30px; | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,10 +6,6 @@ | |
| align-items: center; | ||
| position: relative; | ||
| top: -3px; | ||
| // Todo: Make core button height and gutenberg button height equal. | ||
| .components-button { | ||
| height: 26px; | ||
| } | ||
|
Comment on lines
-9
to
-12
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Moved to a custom class name in |
||
| } | ||
|
|
||
| @include wordpress-admin-schemes(); | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Go to
http://localhost:8888/wp-admin/edit.php?post_type=wp_block.