-
Notifications
You must be signed in to change notification settings - Fork 162
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: Remove table round corner under header #529
Conversation
Codecov ReportBase: 92.59% // Head: 92.59% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## main #529 +/- ##
=======================================
Coverage 92.59% 92.59%
=======================================
Files 568 568
Lines 16163 16163
Branches 4425 4425
=======================================
Hits 14966 14966
Misses 1116 1116
Partials 81 81 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
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.
can you update the commit message and PR title to something that describes what the code does? e.g. fix: Remove round corner from embedded table header
@@ -79,6 +77,10 @@ | |||
&.has-footer { | |||
padding-bottom: 0px; | |||
} | |||
&:not(.has-header) { |
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.
the issue says it only happens in embedded tables, why do we need to remove the border from every table?
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.
This fixes #503. |
Description
Table rounded corner causes gap between header. The fix is to remove the border-radius when header exists.
Related links, issue AWSUI-19854
How has this been tested?
Review checklist
The following items are to be evaluated by the author(s) and the reviewer(s).
Correctness
CONTRIBUTING.md
.CONTRIBUTING.md
.Security
checkSafeUrl
function.Testing
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.