-
Notifications
You must be signed in to change notification settings - Fork 235
Closed
Labels
Component: CardResearchIssues that require research and/or RFCs.Issues that require research and/or RFCs.a11yIssues or PRs related to accessibilityIssues or PRs related to accessibilitybugSomething isn't workingSomething isn't workingjira ticket createdTODO: Delete label once Jira integration is completeTODO: Delete label once Jira integration is complete
Description
Code of conduct
- I agree to follow this project's code of conduct.
Impacted component(s)
Card
Expected behavior
Visually hidden action menu button should display when it receives focus.
:host([size="s"]) .actions,
:host([size="s"]) .quick-actions {
visibility: visible;
}Actual behavior
The action menu button within a small Card, has visibility: hidden except on :hover or :focus-within, which means the action menu button cannot receive focus unless the Card is hovered.
Screenshots
No response
What browsers are you seeing the problem in?
No response
How can we reproduce this issue?
- Go to '...'
- Click on '....'
- Scroll to '....'
- Check console
- See error
Sample code that illustrates the problem
Logs taken while reproducing problem
No response
Metadata
Metadata
Assignees
Labels
Component: CardResearchIssues that require research and/or RFCs.Issues that require research and/or RFCs.a11yIssues or PRs related to accessibilityIssues or PRs related to accessibilitybugSomething isn't workingSomething isn't workingjira ticket createdTODO: Delete label once Jira integration is completeTODO: Delete label once Jira integration is complete