-
Notifications
You must be signed in to change notification settings - Fork 234
fix(card): add border radius to slotted content to match parent card #5796
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
Conversation
|
📚 Branch Preview🔍 Visual Regression Test ResultsWhen a visual regression test fails (or has previously failed while working on this branch), its results can be found in the following URLs:
Deployed to Azure Blob Storage: If the changes are expected, update the |
Tachometer resultsCurrently, no packages are changed by this PR... |
Pull Request Test Coverage Report for Build 18501045955Details
💛 - Coveralls |
Can you also attach the github here too? |
Ah, it was reported in Jira, I'm not sure there's anything from GitHub to attach. |
can you please list some instructions for other reviewers to verify this change? |
Added! ✨
|
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.
Few questions here:
- We are adding a deliberate border-radius to the card content - Is this signed off from the design?
- Why are we not allowing customisations? What happens to products which doesnt want a border-radius on the content?
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.
I agree with @Rajdeepc that we're introducing some VRT diffs in a couple other quiet stories that I imagine we want to avoid. When I wrote the ticket, I was hoping we could target just the small-quiet story to get the image border-radius to match the rest of the container like the other cards.
d671e4c
to
f2a0f5c
Compare
Co-authored-by: Marissa Huysentruyt <[email protected]>
f2a0f5c
to
1e40f17
Compare
That makes sense! I've updated it to target that variant specifically and the VRTs now reflect a change to only that variant. |
Once you update the hash, then we are good to go! |
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.
looking good! I didn't catch the VRTs before the hash was updated (that's my fault for being slooow) but the story looks great now!
Thank you! ❤️
Description
Addresses an issue where the content of a card can have a border radius that does not match that of the parent card.
Related issue(s)
SWC-1034
Screenshots (if appropriate)
Manual review test cases
CardStories
smallQuiet
Author's checklist