use focus-visible polyfill to improve keyboard navigation
authorRigel Kent <sendmemail@rigelk.eu>
Sat, 8 Sep 2018 12:34:32 +0000 (14:34 +0200)
committerChocobozzz <me@florianbigard.com>
Tue, 11 Sep 2018 08:58:48 +0000 (10:58 +0200)
commite78980ebd116be1ea901387c126876af902191e6
treeea037d021e1383501e2b79add1a9581ef80a7c99
parentecf06378ff95ec35f75de0169a02a974d2c17c62
use focus-visible polyfill to improve keyboard navigation

Only the homepage is concerned, but it should have decent keyboard
navigation support now.
12 files changed:
client/package.json
client/src/app/app.component.html
client/src/app/app.module.ts
client/src/app/menu/menu.component.html
client/src/app/menu/menu.component.scss
client/src/app/search/search.component.html
client/src/app/shared/video/video-miniature.component.html
client/src/app/shared/video/video-thumbnail.component.scss
client/src/app/videos/video-list/video-overview.component.scss
client/src/sass/include/_mixins.scss
client/yarn.lock
server/helpers/custom-validators/videos.ts