fix: Missing focus outlines (#1252)
Co-authored-by: Hayden Bleasel <hello@haydenbleasel.com>
This commit is contained in:
parent
fd446d14be
commit
93939ee1f2
4 changed files with 11 additions and 11 deletions
|
|
@ -69,7 +69,7 @@ export function VisibilitySelector({
|
|||
)}
|
||||
>
|
||||
<Button
|
||||
className="hidden h-8 focus-visible:outline-none focus-visible:ring-0 focus-visible:ring-offset-0 md:flex md:h-fit md:px-2"
|
||||
className="hidden h-8 md:flex md:h-fit md:px-2"
|
||||
data-testid="visibility-selector"
|
||||
variant="outline"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue