-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
BorderControl: Add box sizing reset #42754
Merged
aaronrobertshaw
merged 3 commits into
trunk
from
add/box-sizing-reset-to-border-controls
Jul 29, 2022
Merged
BorderControl: Add box sizing reset #42754
aaronrobertshaw
merged 3 commits into
trunk
from
add/box-sizing-reset-to-border-controls
Jul 29, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aaronrobertshaw
added
[Feature] UI Components
Impacts or related to the UI component system
[Package] Components
/packages/components
Storybook
Storybook and its stories for components
labels
Jul 28, 2022
Size Change: +16 B (0%) Total Size: 1.26 MB
ℹ️ View Unchanged
|
This approach is quite similar to what I had in mind when writing this comment in the original issue. Curious to see what @mirka thinks |
mirka
approved these changes
Jul 28, 2022
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.
Yes, this should work perfectly ✨ Thanks!
aaronrobertshaw
force-pushed
the
add/box-sizing-reset-to-border-controls
branch
from
July 29, 2022 02:23
09a800e
to
7c2974b
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
[Feature] UI Components
Impacts or related to the UI component system
[Package] Components
/packages/components
Storybook
Storybook and its stories for components
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Related:
box-sizing
reset styles #42415What?
boxSizingReset
style to be used as a "mixin" for Emotion css/styled-components.boxSizingReset
to reset theBorderControl
s box-sizingNote: There's every chance that there's a better approach to a box sizing reset, so I'm happy to abandon this if desired.
Why?
How?
boxSizingReset
utils
/style-mixins
BorderControl
's root style.Testing Instructions
BorderControl
andBorderBoxControl
's color indicator is brokenScreenshots or screencast