mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-06-02 22:26:57 -05:00
disable blue focus border for not keyboard
This commit is contained in:
parent
e4523a1a58
commit
877f89d0b3
5
package-lock.json
generated
5
package-lock.json
generated
|
|
@ -3535,6 +3535,11 @@
|
|||
"tslib": "^1.9.3"
|
||||
}
|
||||
},
|
||||
"focus-visible": {
|
||||
"version": "5.2.0",
|
||||
"resolved": "https://registry.npmjs.org/focus-visible/-/focus-visible-5.2.0.tgz",
|
||||
"integrity": "sha512-Rwix9pBtC1Nuy5wysTmKy+UjbDJpIfg8eHjw0rjZ1mX4GNLz1Bmd16uDpI3Gk1i70Fgcs8Csg2lPm8HULFg9DQ=="
|
||||
},
|
||||
"forever-agent": {
|
||||
"version": "0.6.1",
|
||||
"resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz",
|
||||
|
|
|
|||
|
|
@ -36,6 +36,7 @@
|
|||
"@trpc/react": "^4.0.0",
|
||||
"@trpc/server": "^4.0.0",
|
||||
"countries-list": "^2.6.1",
|
||||
"focus-visible": "^5.2.0",
|
||||
"framer-motion": "^3.10.5",
|
||||
"next": "^10.0.9",
|
||||
"next-auth": "^3.12.0",
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
import 'focus-visible/dist/focus-visible'
|
||||
import { ChakraProvider, extendTheme } from "@chakra-ui/react";
|
||||
import { mode } from "@chakra-ui/theme-tools";
|
||||
import { i18n } from "@lingui/core";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user