Closed zakwarsame closed 1 month ago
/snapit
🫰✨ Thanks @zakwarsame! Your snapshots have been published to npm.
Test the snapshots by updating your package.json
with the newly published versions:
"@shopify/polaris-migrator": "0.0.0-snapshot-20240918203244",
"@shopify/polaris": "0.0.0-snapshot-20240918203244",
"@shopify/polaris-tokens": "0.0.0-snapshot-20240918203244",
"@shopify/stylelint-polaris": "0.0.0-snapshot-20240918203244"
WHY are these changes introduced?
Fixes https://github.com/Shopify/web/issues/139587
Tabs were getting stuck in a focus state after being clicked, leading to confusing visual feedback. When clicking a new tab/view, the pressed state was incorrectly applied to the current tab instead of the clicked tab.
This change:
focus-visible
onTab-active
See video of issue
https://github.com/user-attachments/assets/8f5fdca7-93f0-4522-8c6b-9ac679fdd5bc
WHAT is this pull request doing?
How to 🎩
Sandbox with snapshot: https://codesandbox.io/p/sandbox/priceless-bush-ym9x9t
🎩 checklist
README.md
with documentation changes