Bug 2022502: Remove old table class overrides causing display issue. #10443
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes 2022502
These css override classes should no longer be needed.
They where introduced awhile ago when virtualized lists were converted to @patternfly/react-tables and @patternfly/react-virtualization-extension. #1465
PatternFly virtualized tables with checkbox columns, should rely on a parent div class
.pf-c-scrollablegrid .pf-c-table .pf-c-table__checkto apply these rules in this scenario.https://github.com/patternfly/patternfly-react/blob/82faf387f8c171cd66a22efcd1f22afb8499a69b/packages/react-virtualized-extension/src/components/Virtualized/examples/VirtualGrid.example.css#L20-L28