Merge pull request #1088 from mozilla/vnext-ui-changes

Update UI
This commit is contained in:
Danny Coates 2019-01-15 10:40:11 -08:00 committed by GitHub
commit 32a77180b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 157 additions and 90 deletions

View file

@ -24,7 +24,9 @@ module.exports = function(name, url) {
>
${state.translate('copyUrlFormButton')}
</button>
<a class="text-blue my-4 font-medium cursor-pointer" onclick="${close}"
<a
class="text-blue hover:text-blue-dark focus:text-blue-darker my-4 font-medium cursor-pointer"
onclick="${close}"
>${state.translate('okButton')}</a
>
</send-copy-dialog>