diff options
ui - redesign - send
Diffstat (limited to 'ui/app')
-rw-r--r-- | ui/app/send.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ui/app/send.js b/ui/app/send.js index ff8ef4d65..43b4e3a04 100644 --- a/ui/app/send.js +++ b/ui/app/send.js @@ -75,7 +75,10 @@ SendTransactionScreen.prototype.render = function() { h('section.data', [ h('details', [ h('summary', { - style: {cursor: 'pointer'}, + style: { + cursor: 'pointer', + outline: 'none', + }, }, 'Advanced'), h('textarea.txData', { type: 'textarea', |