Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ui): Fix cross-browser focus outline
It turns out that `-webkit-focus-ring-color` is no longer working across platforms in Chrome. It works on Mac, but not anywhere else. Removing it creates a consistent focus outline across browsers and platforms. It was only being used on Safari and Chrome anyway, neither of which seem to need it. Closes #2863 Change-Id: Ic6df1a10f14a0907558595e53bef80ac349e6b9d
- Loading branch information