-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[data grid] inconsistent background of a cell when hovering on a row #12855
Comments
Hey @layerok ... you are using a color as background which has a The color that is being applied is correct as can be seen in the screenshot above. You would need to apply a solid color, otherwise the background will always be visible. |
I just saw that the value comes from the |
@mui/xgrid It does happen due to the |
Note: this is the sandbox with the |
@michelengelen Honestly I don't fully understand the problem, but I understand that if you remove any influence of |
@michelengelen I can reproduce the issue in this codesandbox: |
This issue has been closed. If you have a similar problem but not exactly the same, please open a new issue. Note We value your feedback @layerok! How was your experience with our support team? |
Steps to reproduce
Link to live example: https://codesandbox.io/p/sandbox/happy-beaver-khy7nd?file=%2Fsrc%2FDemo.tsx%3A47%2C13
Steps:
row-hover-different-background.mov
Current behavior
The background of a cell in a hover row is different in a pinned column when using the css vars provider
Expected behavior
The background of a cell in a hover row isn't different in a pinned column when using the css vars provider
Context
No response
Your environment
No response
Search keywords: hovered row cell background color vars
Order ID: 74777
The text was updated successfully, but these errors were encountered: