-
Notifications
You must be signed in to change notification settings - Fork 8
UDS-1992:fix(components-core): added focus css for accordion wrapper #1522
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
base: dev
Are you sure you want to change the base?
Conversation
This should be in unity react core but we should still discuss in standup before |
Other accessible accordion examples on the internet do not behave this way (to select the entire group) This must be a misunderstanding of what the ticket intended. I believe this should not be merged. |
Hi @scott-williams-az |
Well, I looked at accordions in unity-react-core and we definitely need to update that code to have tab index https://asu.github.io/asu-unity-stack/@asu/unity-react-core/index.html?path=/story/components-accordion--default |
Storybook deployed at https://unity-uds-staging.s3.us-west-2.amazonaws.com/pr-1522/index.html |
margin: 4px; | ||
width: -webkit-fill-available; | ||
} | ||
|
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.
This should be removed. change is needed in unity-react-core, not in css
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.
File: AccordionCard.jsx during consolidation The accordion header was add with an a
tag. This was incorrect and should have continued to use the button
tag. This will restore the focus indicator behavior.
UDS-1992
Description
Checklist
Important Reminders
Links