Skip to content

fix(grid): fix advanced filtering grid styles#3958

Open
Hristo313 wants to merge 2 commits intomasterfrom
hhristov/fix-grid-advanced-filtering-style
Open

fix(grid): fix advanced filtering grid styles#3958
Hristo313 wants to merge 2 commits intomasterfrom
hhristov/fix-grid-advanced-filtering-style

Conversation

@Hristo313
Copy link
Copy Markdown

Revert the old custom styles for the advanced filtering

Closes #3936

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR addresses the regression described in #3936 where the “advanced filtering custom styling” sample no longer shows custom styles (staging shows defaults), by reintroducing custom theming overrides for the Advanced Filtering dialog UI.

Changes:

  • Replaces the previous query-builder-theme(...) token approach with a set of dark-material-based theme definitions for buttons, button groups, input groups, chips, and dropdowns.
  • Applies these theme overrides to igx-advanced-filtering-dialog via @include theme(...) and @include css-vars(...).
  • Adds a border override for contained buttons (and an additional selector targeting an Excel-filter clear button).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Advanced filtering custom styling sample does not apply custom styles.

2 participants