Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(panel, flow-item): hide focus-outline when scrolling via mouse to…
… align with browsers (#10242) **Related Issue:** #10238 ## Summary Fixes a regression caused by #10141 where clicks on scrollers would show the focus outline. ### Notes * this behavior aligns with Chrome/Firefox's latest default focus on scrolling content behavior * `:focus-visible` [isn’t supported in Safari 15.0 - 15.3](https://caniuse.com/?search=focus-visible), but given Safari 18 is expected this year, this is a minor visual inconsistency for unsupported versions. * cleans up focus styles that should have been updated by #10141. * no tests were added as we currently don't cover interactive focus-related styling
- Loading branch information