Material & Fluent themes: ensure compliance with color-contrast requirements according to a11y standards#32162
Merged
EugeniyKiyashko merged 43 commits intoDevExpress:26_1from Feb 4, 2026
Conversation
1882cb6 to
0bccf15
Compare
0bccf15 to
06012bc
Compare
1543e79 to
37e97a0
Compare
37e97a0 to
f9dd903
Compare
…tabs, contextmenu, editors known issues
28e771e to
7d0b889
Compare
7d0b889 to
9099a51
Compare
…disabled state, gantt
4908b43 to
9849e10
Compare
44991d3 to
cd154d9
Compare
…hko/DevExtreme into 26_1_color_contrast
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 217 out of 451 changed files in this pull request and generated 4 comments.
Comments suppressed due to low confidence (3)
apps/demos/Demos/Gantt/TaskTemplate/ReactJs/styles.css:1
- Extra space before semicolon. Remove the trailing space for consistency with other CSS rules in the file.
apps/demos/Demos/Gantt/TaskTemplate/React/styles.css:1 - Extra space before semicolon. Remove the trailing space for consistency with other CSS rules in the file.
apps/demos/Demos/Gantt/TaskTemplate/Angular/app/app.component.css:1 - Extra space before semicolon. Remove the trailing space for consistency with other CSS rules in the file.
4560c9a to
e37a226
Compare
Comment on lines
+93
to
+95
| const a11yCheckConfig = {}; | ||
|
|
||
| await a11yCheck(t, a11yCheckConfig, '#parentContainer'); |
There was a problem hiding this comment.
The a11yCheckConfig is now an empty object and is declared inside the test iteration. This could be moved outside the forEach loop as a constant to avoid unnecessary object creation on each iteration.
e37a226 to
3ab2d39
Compare
2c1b195 to
7c1d370
Compare
Zedwag
approved these changes
Feb 4, 2026
marker-dao
approved these changes
Feb 4, 2026
alexslavr
approved these changes
Feb 4, 2026
dmlvr
approved these changes
Feb 4, 2026
Raushen
approved these changes
Feb 4, 2026
aleksei-semikozov
approved these changes
Feb 4, 2026
dmirgaev
reviewed
Feb 4, 2026
apps/demos/Demos/DataGrid/StatePersistence/Angular/app/app.component.css
Show resolved
Hide resolved
apps/demos/Demos/TreeList/StatePersistence/Angular/app/app.component.css
Show resolved
Hide resolved
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.