-
Notifications
You must be signed in to change notification settings - Fork 364
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
change: [M3-8442] - Remove Double border on "Billing & Payment History" table with dark theme. #11111
Conversation
…history-table-with-dark-theme
? `1px solid ${theme.borderColors.divider}` | ||
: 0, | ||
})} | ||
> |
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 don't think this solves the root problem, it just overrides it. I would undo this change and I'll point out what should change.
Since we're wrapping this entire section in a paper which has a border, we should be able to pass The other issue on on L479 where that style is no longer relevant and can be removed. Let me know if that fixes all the issues |
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.
Agreed with Jaalah's feedback.
I feel like my current approach of adding borders based on the |
…history-table-with-dark-theme
I think you're on the right approach. The way I would think about this is: We're generating rows via a map. So we're able to determine the last table row. So one way would be to allow an
Hope that helps... otherwise submit some commits so I can give feedback |
…history-table-with-dark-theme
…ory" table without using theme.
Coverage Report: ✅ |
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.
Verified that the most recent changes remove the double border in dark mode, do not cause any unexpected regressions, and resolves the issue rather than override old styles.
Cloud Manager E2E Run #6739
Run Properties:
|
Project |
Cloud Manager E2E
|
Branch Review |
develop
|
Run status |
Passed #6739
|
Run duration | 31m 43s |
Commit |
6c6f700858: change: [M3-8442] - Remove Double border on "Billing & Payment History" table wi...
|
Committer | hasyed-akamai |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
6
|
Pending |
2
|
Skipped |
0
|
Passing |
445
|
View all changes introduced in this branch ↗︎ |
Description 📝
Border for "Billing & Payment History" table was not properly styled for Cloud Manager's dark theme, resulting in double border for the table.
Changes 🔄
Target release date 🗓️
Preview 📷
How to test 🧪
Prerequisites
Reproduction steps
Verification steps
As an Author I have considered 🤔
Check all that apply