-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
fix(data-table-skeleton): remove unnecessary border bottom #5040
fix(data-table-skeleton): remove unnecessary border bottom #5040
Conversation
Deploy preview for carbon-elements ready! Built with commit b9fc8c5 |
Deploy preview for the-carbon-components ready! Built with commit b9fc8c5 https://deploy-preview-5040--the-carbon-components.netlify.com |
Deploy preview for carbon-components-react ready! Built with commit b9fc8c5 https://deploy-preview-5040--carbon-components-react.netlify.com |
@aagonzales for context, the only change here is that the blue border bottom that is on the DataTableSkeleton has been removed. I think we just need you to confirm that is what we want! Let me know if you have any questions |
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.
Yup! Removing that border is the correct move. Thanks!
Thank you @abbeyhrt this border has always mystified me 😆 |
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.
LGTM 👍 - Thanks @abbeyhrt!
Closes #2957
This PR removes the
border-bottom
on the table header of the DataTable Skeleton, removing the blue line visible here:What it looks like from this PR:
Changelog
Removed
Testing / Reviewing
For designers reviewing: Check the DataTable Skeleton and make sure that the blue border isn't supposed to be there according to spec.