Make homeserver explanatoin accessible

This commit is contained in:
Bad 2020-11-01 17:55:57 +01:00
parent d8343f5976
commit fc5dbe93e7
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ class Homeserver extends ElemJS {
allowHTML: true,
interactive: true,
interactiveBorder: 10,
trigger: "mouseenter",
trigger: "focus mouseenter",
theme: "carbon",
arrow: tippy.roundArrow,
})

View File

@ -24,7 +24,7 @@ html
.form-input-container
.homeserver-label
label(for="homeserver") Homeserver
span.homeserver-question (What's this?)
span.homeserver-question(tabindex=0) (What's this?)
input(type="text" name="homeserver" placeholder="matrix.org")#homeserver
#feedback