-
Notifications
You must be signed in to change notification settings - Fork 600
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
base: 24_2
Are you sure you want to change the base?
Conversation
@@ -2,6 +2,7 @@ import FocusableElement from '../../internal/focusable'; | |||
|
|||
const CLASS = { | |||
filterMenu: 'dx-filter-menu', | |||
filterMenuItem: 'dx-menu-item', |
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.
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 |
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.
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.
No description provided.