-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
AVT- Dropdown list- Focused item is not visible when color is removed #3121
Comments
hi @kcchen-tw thanks for reporting this! yeah it seems the React dropdown changes the background color to indicate the selected item, opened #3124 to add focus outline to highlighted React dropdown items |
We've marked this issue as stale because there hasn't been any activity for a couple of weeks. If there's no further activity on this issue in the next three days then we'll close it. You can keep the conversation going with just a short comment. Thanks for your contributions. |
As there's been no activity since this issue was marked as stale, we are auto-closing it. |
Title
When colour is removed, the focused item in dropdown list is not visible.
Environment
Detailed description
Steps to reproduce the issue
Step one: To remove color follow next steps:
For Firefox®:
• Select Tools >Options.
• On the Language and Appearance section select Colors... button.
• On the Colors window go to Override the colors specified by the page with your selections above: and open the menu and select Always, then press OK.
• On the Advance button deselect the Allow pages to choose their own fonts, instead of your selections above checkbox.
• Select OK to save changes.
Step two:
In url: http://react.carbondesignsystem.com/?path=/story/dropdown--default
Additional information
It seems only the Vanilla JS has visible focus indicator:
The text was updated successfully, but these errors were encountered: