-
-
Notifications
You must be signed in to change notification settings - Fork 367
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: NeoTable content dark mode #8534
Conversation
✅ Deploy Preview for koda-canary ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
AI-Generated Summary: This pull request includes a fix for the dark mode on mobile for the NeoTable component. It modifies the CSS in the NeoTable.vue file. The major change focuses on the hoverable state of the table rows. The background color has been modified to 'inherit' when not in hover state, but retains the 'bg-k-accent-light-2' when on hover. This has been done to ensure better compatibility and appearance in dark mode on mobile devices. |
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.
use class props when possible or sass variable
✅ wfm
|
Code Climate has analyzed commit 808913c and detected 0 issues on this pull request. View more on Code Climate. |
PR Type
Context
Did your issue had any of the "$" label on it?
Community participation
Screenshot 📸
Copilot Summary
🤖[deprecated] Generated by Copilot at 386f657
Fixed hoverable style bug in
NeoTable
component. Added a class to inherit table background color and applied hover effect to table cells.🤖[deprecated] Generated by Copilot at 386f657