mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-09 04:48:07 -06:00
[bugfix/frontend] Fix accessibility/focus issues in settings + web ui
This commit is contained in:
parent
365b575341
commit
bfee7041c0
23 changed files with 380 additions and 152 deletions
|
|
@ -18,5 +18,5 @@
|
|||
*/ -}}
|
||||
|
||||
{{- if .showLoginButton }}
|
||||
<div class="login"><a href="/login" class="button with-icon">Log in</a></div>
|
||||
<div class="login"><a tabindex="0" href="/login" class="button with-icon">Log in</a></div>
|
||||
{{- end }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue