refactor(grid): remove advanced filtering parameters #16178
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.
Closes #15997
Depends on: #461
The following four parameters are still used for styling the Excel-style filter and Filtering row:
$filtering-header-background,
$filtering-header-text-color,
$filtering-row-background,
$filtering-row-text-color
I removed the following four parameters, as they are no longer used for styling the advanced filtering dialog:
$filtering-background-and
$filtering-background-and--focus
$iltering-background-or--focus
$filtering-background-or
The advanced filtering dialog is now styled using the query-builder theme.
Both the docs and the sample have been updated to use the query-builder theme.
Docs
Sample
Additional information (check all that apply):
Checklist:
feature/README.MD
updates for the feature docsREADME.MD
CHANGELOG.MD
updates for newly added functionalityng update
migrations for the breaking changes (migrations guidelines)