-
Notifications
You must be signed in to change notification settings - Fork 306
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
Table: Fixed border issue #7432
Conversation
Signed-off-by: christian medders <[email protected]>
- Avoid nested selector - Use baseline alignment instead of `super` for improved readability
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.
Looks good.
I've updated alignment to baseline for readability in 5728896. It was previously set as super, but that can cause unexpected display issues - vertical-align - CSS: Cascading Style Sheets | MDN.
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.
Thanks @mejiaj for the correction. Approved!
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.
Looks great!
Summary
Fixed table styles and improved code quality and readability.
Preview
Link to Preview
Solution
Removed and updated custom table styles that were conflicting base USWDS designs.
This was found 11 times through out the site but have been checked and not major visual regressions were found but all tables are now looking like the USWDS table design.
Below is a table to compare the live site to what the tables will look like with this update.
How To Test
Dev Checklist