Skip to content
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

DataGrid - Contrast between icons in the Filter Row menu and their background doesn't comply with WCAG accessibility standards (T1257970) #28522

Open
wants to merge 19 commits into
base: 24_2
Choose a base branch
from

Conversation

tongsonbarbs
Copy link
Contributor

No description provided.

@tongsonbarbs tongsonbarbs self-assigned this Dec 9, 2024
@tongsonbarbs tongsonbarbs requested a review from a team as a code owner December 9, 2024 03:21
@tongsonbarbs tongsonbarbs removed the WIP Work in progress label Dec 10, 2024
@tongsonbarbs tongsonbarbs changed the title WIP: DataGrid - Contrast between icons in the Filter Row menu and their background doesn't comply with WCAG accessibility standards DataGrid - Contrast between icons in the Filter Row menu and their background doesn't comply with WCAG accessibility standards Dec 10, 2024
@tongsonbarbs tongsonbarbs changed the title DataGrid - Contrast between icons in the Filter Row menu and their background doesn't comply with WCAG accessibility standards DataGrid - Contrast between icons in the Filter Row menu and their background doesn't comply with WCAG accessibility standards (T1257970) Dec 10, 2024
@@ -2,6 +2,7 @@ import FocusableElement from '../../internal/focusable';

const CLASS = {
filterMenu: 'dx-filter-menu',
filterMenuItem: 'dx-menu-item',
Copy link
Contributor

@Raushen Raushen Dec 13, 2024

Choose a reason for hiding this comment

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

You do not need changes in the testcafe model

@@ -86,12 +86,6 @@ $datagrid-row-focused-bg: null !default;
$datagrid-hover-bg: null !default;
$datagrid-row-hovered-color: null !default;

/**
* $name 30. Context menu icon color
Copy link
Contributor

Choose a reason for hiding this comment

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

We should not delete Theme Builder variables as them already became a part of public API. Project where these variables are used will be broken.

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.

2 participants