This commit is contained in:
Mark Liang 2019-01-18 16:09:17 +08:00
parent 01105a0a98
commit de0a1ddcaa
4 changed files with 188 additions and 180 deletions

View file

@ -36,7 +36,7 @@ module.exports = function() {
${state.translate('signInMenuOption')}
</label>
<button
class="my-4 text-blue font-medium"
class="my-4 text-blue hover:text-blue-dark focus:text-blue-darker font-medium"
title="${state.translate('deletePopupCancel')}"
onclick=${close}>${state.translate('deletePopupCancel')}
</button>