diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2018-09-08 14:34:32 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-09-11 10:58:48 +0200 |
commit | e78980ebd116be1ea901387c126876af902191e6 (patch) | |
tree | ea037d021e1383501e2b79add1a9581ef80a7c99 /client/package.json | |
parent | ecf06378ff95ec35f75de0169a02a974d2c17c62 (diff) | |
download | PeerTube-e78980ebd116be1ea901387c126876af902191e6.tar.gz PeerTube-e78980ebd116be1ea901387c126876af902191e6.tar.zst PeerTube-e78980ebd116be1ea901387c126876af902191e6.zip |
use focus-visible polyfill to improve keyboard navigation
Only the homepage is concerned, but it should have decent keyboard
navigation support now.
Diffstat (limited to 'client/package.json')
-rw-r--r-- | client/package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/package.json b/client/package.json index 3a4605b56..4454e9a39 100644 --- a/client/package.json +++ b/client/package.json | |||
@@ -159,6 +159,7 @@ | |||
159 | "webpack-cli": "^3.0.8", | 159 | "webpack-cli": "^3.0.8", |
160 | "webtorrent": "^0.102.1", | 160 | "webtorrent": "^0.102.1", |
161 | "whatwg-fetch": "^2.0.4", | 161 | "whatwg-fetch": "^2.0.4", |
162 | "zone.js": "~0.8.5" | 162 | "zone.js": "~0.8.5", |
163 | "focus-visible": "^4.1.5" | ||
163 | } | 164 | } |
164 | } | 165 | } |