-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Add pointer-events none for slotted svgs in button and anchors to prevent focus rect on click #17750
Add pointer-events none for slotted svgs in button and anchors to prevent focus rect on click #17750
Conversation
…event focus rect on click
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: cf84d4e58d74579592bff492fd63bdef6e45ea27 (build) |
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 49d2365:
|
Perf AnalysisNo significant results to display. All results
Perf Analysis (Fluent)Perf comparison
Perf tests with no regressions
|
🎉 Handy links: |
…vent focus rect on click (microsoft#17750) * add pointer-events none for slotted svgs in buttons and anchors to prevent focus rect on click * Change files
Pull request checklist
$ yarn change
Description of changes
Add pointer-events none for slotted svgs in button and anchors to prevent focus rect on click
Focus areas to test
Boot the test environment - click the icon button. No more focus rect!