Hide focus ring for mouse users

This commit is contained in:
Tessa Kelly 2022-08-30 12:08:18 -06:00
parent f5cee17e86
commit 4d2d13e43f

View File

@ -286,7 +286,7 @@ tabStyles customSpacing index isSelected =
, borderRightColor Colors.azure
, borderLeftColor Colors.azure
]
, focus
, pseudoClass "focus-visible"
[ FocusRing.outerBoxShadow
, outline none
]