-
Notifications
You must be signed in to change notification settings - Fork 600
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
Add improved border handling to components #2444
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@bheston This appears to have been created prior to our web components work. Is it still relevant or can we close this? |
@EisenbergEffect This is actually exactly related to what came up in #5566. It relates to my current thinking around injection of styles, which is still the requirement I see for enabling a true token architecture that can be descriptively applied to any component part. I'd like to see it stay open, and I'll try to remember it's here and link it with the work I need to take some time to write up soon. |
Removing this per #6955. |
What feature are you requesting?
Currently applying borders to component elements is very manual and error prone. Here are some of the issues:
What would be the benefit of adding this feature?
Cleaning up style sheets and making applying and customizing borders easier.
What solution would be ideal for you?
Considering options to layer, contain, or decorate elements for consistent handling of fill, outline, focus, and selection states.
The text was updated successfully, but these errors were encountered: