-
Notifications
You must be signed in to change notification settings - Fork 471
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(addon-table): Table
disappearing borders
#5999
Conversation
Pull request was closed ✔️All saved screenshots (for current PR) were deleted 🗑️ |
Table
disappearing borders
BundleMonUnchanged files (5)
No change in files bundle size Unchanged groups (1)
Final result: ✅ View report in BundleMon website ➡️ |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5999 +/- ##
=======================================
Coverage 71.94% 71.94%
=======================================
Files 1462 1462
Lines 15973 15973
Branches 2265 2265
=======================================
Hits 11491 11491
Misses 4111 4111
Partials 371 371
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
PR Type
What kind of change does this PR introduce?
What is the current behaviour?
Part of #5645
What is the new behaviour?
filter: opacity(1)
doesn't work as expected in Safari, so we have to usetransform: translate3d(0, 0, 0)