-
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
Refine border style dropdown design #31333
Comments
I've started putting together a PR to refine the border block support controls. Can you provide the icons for the segmented control? It will also need a "none" option so the user can explicitly remove a border when the theme sets one. |
We might get away with relying on setting the border width to |
That was my original thinking. If we begin with only one variable to control the visibility of the border, I think that will lead to fewer confusing scenarios overall. Here's the svg code for the icons: Solid
Dashed
Dotted
|
Closing this as the border panel has been updated now #31585 has been merged. |
The border style selector added in #31321 could use a little design refinement:
This unique treatment of the dropdown component adds unnecessary weight to the UI, and the combination of label + preview feel like overkill. It might be simpler to do one or the other:
select
with no previewThe text was updated successfully, but these errors were encountered: