-
Notifications
You must be signed in to change notification settings - Fork 159
Closed
Closed
Copy link
Labels
Description
Description
The following variables no longer work:
$filtering-header-background,
$filtering-header-text-color,
$filtering-row-background,
$filtering-row-text-color,
$filtering-background-and,
$filtering-background-or,
$filtering-background-and--focus,
$filtering-background-or--focus,
- igniteui-angular version: 20.0.x
- browser:
Probably because internally the dialog now uses the query builder that has different style and structure. These used to work in 19.0.x: https://stackblitz.com/edit/bhqlmp88
Steps to reproduce
- Go to the styling section: https://staging.infragistics.com/products/ignite-ui-angular/angular/components/grid/advanced-filtering#styling
- Test the following snippet in any of the samples:
$custom-grid: grid-theme(
$filtering-row-background: #ffcd0f
);
Result
It no longer changes anything in the advanced filtering dialog,
Expected result
It should. Or it should be removed from the list of available variable on the grid.
Attachments
Attach a sample if available, and screenshots, if applicable.