-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Simplify Button Block Styles #16481
Comments
I agree with @mtias! If default button is already styled (by theme most overtime) with no radius the squared style is useless. |
Great idea. Is it really necessary to add a border radius setting? |
Would the Maybe getting this setting into the Button block is a good version 1. I'd love to see this expand into a global setting in the future as those are explored more. |
This is a good point, but also applies to style variations in general. We've discussed allowing setting certain attributes as defaults for any new block, and some of that is covered in #7551 |
+1 |
We should revise the style variations we are offering for the button block as we have created a matrix of outline/fill rounded/squared that is not the most elegant or usable. ("How can I get a squared and outlined button?")
I'd suggest removing the square/round pairs from the style selection and turning that into a border radius setting instead. That'd allow us to keep just two style variations (fill / outline).
The text was updated successfully, but these errors were encountered: