Affected Apps / Packages
Studio (apps/studio)
Description
Document card actions are hidden with opacity until hover. Touch users and keyboard users can miss the action menu, especially because the card also has a full-card link overlay.
Steps to Reproduce
- Open Documents in grid view on mobile or keyboard-only navigation.
- Try to discover Share/Delete/Sync actions from a card.
- Observe that the menu is hover-dependent.
Expected Behavior
Document actions should be discoverable on touch and keyboard focus.
Environment Information
- App:
@veriworkly/studio
- Surface: document grid cards
Relevant Logs
No response
Proposed Fix / Suggestions
- Always show actions on mobile.
- Add
group-focus-within:opacity-100.
- Ensure overlay link does not block menu focus/click behavior.
Affected Apps / Packages
Studio (apps/studio)
Description
Document card actions are hidden with opacity until hover. Touch users and keyboard users can miss the action menu, especially because the card also has a full-card link overlay.
Steps to Reproduce
Expected Behavior
Document actions should be discoverable on touch and keyboard focus.
Environment Information
@veriworkly/studioRelevant Logs
No response
Proposed Fix / Suggestions
group-focus-within:opacity-100.