You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately, we can't remove the outline on focus due to accessibility requirements and browsers haven't implemented the :focus-visible pseudo-selector to allow us to turn off the outline only for mouse interaction. We're looking into options (differing styles or the focus-visible polyfill).
Other tab implementations I've seen hide tab focus outlines and don't allow selecting text.
This can be achieved by setting
outline: none
anduser-select: none
respectively.The text was updated successfully, but these errors were encountered: