-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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(DataTable): retain active state when sort is active #6524
fix(DataTable): retain active state when sort is active #6524
Conversation
@aagonzales wasn't sure if there was a different token we wanted to use here instead |
Deploy preview for carbon-elements ready! Built with commit d3dd4db |
Deploy preview for carbon-elements ready! Built with commit be68f60 |
Deploy preview for carbon-components-react ready! Built with commit d3dd4db https://deploy-preview-6524--carbon-components-react.netlify.app |
@tw15egan I think that's fine for now. Data table goes into a layering of colors that we didn't expect originally. We can hopefully resolve this to a better token in the future token work. |
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.
Deploy preview for carbon-components-react ready! Built without sensitive environment variables with commit be68f60 https://deploy-preview-6524--carbon-components-react.netlify.app |
Refs #6067
Adds background to Data Table headers that are actively sorting.
Changelog
New
.bx--table-sort--active
now has a background of$data-table-column-hover
Testing / Reviewing
Ensure active sort headers retain a background color when a column is sorted and focus moves away