-
Notifications
You must be signed in to change notification settings - Fork 667
Material & Fluent themes: ensure compliance with color-contrast requirements according to a11y standards #32162
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
Merged
EugeniyKiyashko
merged 43 commits into
DevExpress:26_1
from
EugeniyKiyashko:26_1_color_contrast
Feb 4, 2026
Merged
Changes from all commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
06012bc
Demos: test color-contrast rule
EugeniyKiyashko f9dd903
Step1: update base colors
EugeniyKiyashko 6fd1ff8
Step 2: update base colors again. Fix button.disabled, slider, menu, …
EugeniyKiyashko 9099a51
skip disabled check for TagBox
EugeniyKiyashko fd7a8ad
Step 1.2: update base variables in Dark mode
EugeniyKiyashko 6aabbcc
Step 2.2: fix scheduler and datagrid error row cases
EugeniyKiyashko 9849e10
Step 2.3: fix color-contrast issues in PivotGrid, TimeView, checkbox …
EugeniyKiyashko e9b8ae6
skip demos with false positive issues
EugeniyKiyashko 11d0c64
skip demos with false positive issues
EugeniyKiyashko d9eb13e
Merge branch '26_1_color_contrast' of https://github.com/EugeniyKiyas…
EugeniyKiyashko ed2ac3e
Merge branch '26_1' into 26_1_color_contrast
EugeniyKiyashko f9431e1
ignore specific rules
EugeniyKiyashko 1a2b2a3
Step 2.5: fix PivotGrid, DataGrid, Gantt and others demos
EugeniyKiyashko 8216396
Step 3: run dark theme testing
EugeniyKiyashko d7a105c
Merge branch '26_1' into 26_1_color_contrast
EugeniyKiyashko 0c652a7
rename workflow
EugeniyKiyashko 776975a
Merge branch '26_1_color_contrast' of https://github.com/EugeniyKiyas…
EugeniyKiyashko d56397c
change dataTheme
EugeniyKiyashko a0f164e
fix: trigger workflow
EugeniyKiyashko a2e9ad2
fix: trigger workflow
EugeniyKiyashko fa880e4
Step 3.1: fix base bg color in dark theme
EugeniyKiyashko 84f0e11
Step 3.2: fix gantt, responsive box demos
EugeniyKiyashko e349963
Merge branch '26_1' into 26_1_color_contrast
EugeniyKiyashko 3797da6
Merge branch '26_1' into 26_1_color_contrast
EugeniyKiyashko 8596c3e
revert some changes
EugeniyKiyashko fb169ca
Merge branch '26_1' into 26_1_color_contrast
EugeniyKiyashko 2c8ac8b
Step 4: fix known issues in Fluent
EugeniyKiyashko 55edf35
Step 4: fix known issues in Fluent
EugeniyKiyashko 1e756e1
Merge branch '26_1_color_contrast' of https://github.com/EugeniyKiyas…
EugeniyKiyashko a550bb0
Merge branch '26_1' into 26_1_color_contrast
EugeniyKiyashko f804ec0
Merge branch '26_1' into 26_1_color_contrast
EugeniyKiyashko d74eff9
Merge branch '26_1_color_contrast' of https://github.com/EugeniyKiyas…
EugeniyKiyashko bc28bd4
Merge branch '26_1' into 26_1_color_contrast
EugeniyKiyashko df0456f
determine test scope
EugeniyKiyashko 39ad6c0
update etalons
EugeniyKiyashko dcf8e73
Merge branch '26_1' into 26_1_color_contrast
EugeniyKiyashko e770f9f
update etalons
EugeniyKiyashko 0631fc8
Merge branch '26_1_color_contrast' of https://github.com/EugeniyKiyas…
EugeniyKiyashko e5db3e1
Merge branch '26_1' into 26_1_color_contrast
EugeniyKiyashko 3ab2d39
fix typos
EugeniyKiyashko 7c1d370
remove demo etalons
EugeniyKiyashko 85b23dd
update material etalons
EugeniyKiyashko 19e81b2
Merge branch '26_1' into 26_1_color_contrast
EugeniyKiyashko File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -12,7 +12,7 @@ | |
| } | ||
|
|
||
| .priority--urgent { | ||
| color: #f7630c; | ||
| color: var(--dx-color-warning); | ||
| } | ||
|
|
||
| .priority--high { | ||
|
|
||
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -19,7 +19,7 @@ | |
| } | ||
|
|
||
| .status--commission { | ||
| color: #f7630c; | ||
| color: var(--dx-color-warning); | ||
| } | ||
|
|
||
| .status--terminated { | ||
|
|
||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -19,7 +19,7 @@ | |
| } | ||
|
|
||
| .status--commission { | ||
| color: #f7630c; | ||
| color: var(--dx-color-warning); | ||
| } | ||
|
|
||
| .status--terminated { | ||
|
|
||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -19,7 +19,7 @@ | |
| } | ||
|
|
||
| .status--commission { | ||
| color: #f7630c; | ||
| color: var(--dx-color-warning); | ||
| } | ||
|
|
||
| .status--terminated { | ||
|
|
||
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -19,7 +19,7 @@ | |
| } | ||
|
|
||
| .status--commission { | ||
| color: #f7630c; | ||
| color: var(--dx-color-warning); | ||
| } | ||
|
|
||
| .status--terminated { | ||
|
|
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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
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
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,5 +3,5 @@ | |
| } | ||
|
|
||
| .label { | ||
| color: #767676; | ||
| color: var(--dx-texteditor-color-label); | ||
| } | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,5 +3,5 @@ | |
| } | ||
|
|
||
| .label { | ||
| color: #767676; | ||
| color: var(--dx-texteditor-color-label); | ||
| } | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,5 +3,5 @@ | |
| } | ||
|
|
||
| .label { | ||
| color: #767676; | ||
| color: var(--dx-texteditor-color-label); | ||
| } | ||
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,5 +3,5 @@ | |
| } | ||
|
|
||
| .label { | ||
| color: #767676; | ||
| color: var(--dx-texteditor-color-label); | ||
| } | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -14,5 +14,5 @@ | |
| } | ||
|
|
||
| .label { | ||
| color: #767676; | ||
| color: var(--dx-texteditor-color-label); | ||
| } | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -14,5 +14,5 @@ | |
| } | ||
|
|
||
| .label { | ||
| color: #767676; | ||
| color: var(--dx-texteditor-color-label); | ||
| } | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -14,5 +14,5 @@ | |
| } | ||
|
|
||
| .label { | ||
| color: #767676; | ||
| color: var(--dx-texteditor-color-label); | ||
| } | ||
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.