Skip to content

Grid advanced filtering theming variables no longer apply styles. #15997

@MayaKirova

Description

@MayaKirova

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

  1. Go to the styling section: https://staging.infragistics.com/products/ignite-ui-angular/angular/components/grid/advanced-filtering#styling
  2. 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.

Metadata

Metadata

Assignees

Labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions