added outline styles for keyboard nav

This commit is contained in:
Danny Coates 2019-02-20 15:58:44 -08:00
parent 060b6835f1
commit b6a703d5de
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
6 changed files with 45 additions and 20 deletions

View file

@ -18,14 +18,18 @@ module.exports = function(name, url) {
value="${url}"
readonly="true"
/>
<button class="btn rounded-lg w-full flex-no-shrink" onclick="${copy}">
<button
class="btn rounded-lg w-full flex-no-shrink focus:outline"
onclick="${copy}"
>
${state.translate('copyUrlFormButton')}
</button>
<a
class="text-blue-dark hover:text-blue-darker focus:text-blue-darker my-4 font-medium cursor-pointer"
<button
class="text-blue-dark hover:text-blue-darker focus:text-blue-darker my-4 font-medium cursor-pointer focus:outline"
onclick="${close}"
>${state.translate('okButton')}</a
>
${state.translate('okButton')}
</button>
</send-copy-dialog>
`;