aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/send.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/send.js')
-rw-r--r--ui/app/send.js5
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',