Button Fill style does not have border, but its hover state does have it - so on the front-end and inside the Block Editor there is a 2px content jump because on button hover 2 new pixels are dedicated to the border.
Button Outline style does not have such issue.
Step-by-step reproduction instructions
add the Button block
use the Fill style
hover over the button in the preview (or on front-end)
Screenshots, screen recording, code snippet
No response
Environment info
WordPress 6.0.1 and its default Block Editor, no Gutenberg plugin, FrostWP 0.9.8, no other custom plugins or code activated.
Please confirm that you have searched existing issues in the repo.
@slaFFik Frost is meant to be run with the Gutenberg plugin active. What you see/are reporting is a result of the lack of support for the button element in core WordPress 6.0.1.
Description
Button Fill style does not have border, but its
hover
state does have it - so on the front-end and inside the Block Editor there is a 2px content jump because on button hover 2 new pixels are dedicated to the border.Button Outline style does not have such issue.
Step-by-step reproduction instructions
Screenshots, screen recording, code snippet
No response
Environment info
WordPress 6.0.1 and its default Block Editor, no Gutenberg plugin, FrostWP 0.9.8, no other custom plugins or code activated.
Please confirm that you have searched existing issues in the repo.
Yes