-
Notifications
You must be signed in to change notification settings - Fork 667
Material theme: fix issues after designer review and WG check #32520
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 26_1
Are you sure you want to change the base?
Material theme: fix issues after designer review and WG check #32520
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Adjusts Material (and a couple of Fluent) theme color tokens to align with post–designer review/WG checks, mainly by making several colors mode-dependent (light vs dark) and normalizing a few token defaults.
Changes:
- Material: update base hover/focus background alphas and make button/grid/filterBuilder color tokens explicitly mode-driven.
- Material/Fluent gridBase: simplify
$header-filter-color-emptydefaulting logic and adjust modified/invalid coloring tokens. - Fluent/Material filterBuilder: revise value button colors and set focused text color per mode.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| packages/devextreme-scss/scss/widgets/material/gridBase/_colors.scss | Makes modified/invalid colors mode-specific and normalizes $header-filter-color-empty defaulting. |
| packages/devextreme-scss/scss/widgets/material/filterBuilder/_colors.scss | Updates value button colors and sets focused text color based on light/dark mode. |
| packages/devextreme-scss/scss/widgets/material/button/_colors.scss | Makes normal contained button background mode-specific (light vs dark). |
| packages/devextreme-scss/scss/widgets/material/_colors.scss | Tweaks base hover/focus background alpha values for light/dark modes. |
| packages/devextreme-scss/scss/widgets/fluent/gridBase/_colors.scss | Sets a non-null default for column chooser item color and normalizes $header-filter-color-empty. |
| packages/devextreme-scss/scss/widgets/fluent/filterBuilder/_colors.scss | Updates value button colors and sets focused text color based on light/dark mode. |
d477876 to
dc8fe7a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 6 out of 12 changed files in this pull request and generated no new comments.
8bf0de1 to
cbb22f4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 63 out of 69 changed files in this pull request and generated no new comments.
No description provided.