Improve dashboard accessibility

This commit is contained in:
Eva 2022-11-28 08:44:19 +01:00
parent 2ce36ce052
commit 7045496a39
28 changed files with 761 additions and 283 deletions

View file

@ -37,7 +37,7 @@
<body>
{{>../public/images/sprites/symbol/icons.svg}}
{{>../public/images/sprites/symbol/cursors.svg}}
<section id="app" tabindex="1"></section>
<div id="app" tabindex="0"></div>
<section id="modal"></section>
{{# manifest}}
<script src="{{& shared}}"></script>

View file

@ -17,7 +17,7 @@
{{/manifest}}
</head>
<body>
<section id="app" tabindex="1"></section>
<div id="app" tabindex="0"></div>
{{# manifest}}
<script src="{{& shared}}"></script>
<script src="{{& render}}"></script>