24
1
Fork 0

made sign in button keyboard navible

This commit is contained in:
Danny Coates 2019-02-20 10:57:32 -08:00
parent 9d5c6573d9
commit b1e5073e59
No known key found for this signature in database
GPG Key ID: 4C442633C62E00CB
1 changed files with 2 additions and 4 deletions

View File

@ -28,13 +28,11 @@ module.exports = function(trigger) {
class="${hidden} border rounded-lg w-full px-2 py-1 h-12 mb-4 text-lg text-grey-darker leading-loose"
placeholder=${state.translate('emailEntryPlaceholder')} />
<input
class="hidden"
class="btn rounded-lg w-full flex flex-no-shrink items-center justify-center"
value="${state.translate('signInMenuOption')}"
id="email-submit"
type="submit" />
</form>
<label class="btn rounded-lg w-full flex flex-no-shrink items-center justify-center" for="email-submit">
${state.translate('signInMenuOption')}
</label>
<button
class="my-4 text-blue-dark hover:text-blue-darker focus:text-blue-darker font-medium"
title="${state.translate('deletePopupCancel')}"