disable blue focus border for not keyboard

This commit is contained in:
Kalle (Sendou) 2021-03-20 16:54:11 +02:00
parent e4523a1a58
commit 877f89d0b3
3 changed files with 7 additions and 0 deletions

5
package-lock.json generated
View File

@ -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",

View File

@ -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",

View File

@ -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";