mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-07 11:08:08 -06:00
[bugfix] Fix a couple accessibility issues with :focus elements (#3979)
* [bugfix/frontend] Fix accessibility/focus issues in settings + web ui * fix little error * tweaks
This commit is contained in:
parent
365b575341
commit
19cfa8d126
24 changed files with 405 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