From d6a8b0b90a465231c694d6d9e33aa10ba003d80f Mon Sep 17 00:00:00 2001 From: kumavis Date: Fri, 13 May 2016 17:09:34 -0700 Subject: ui - redesign - send --- ui/app/send.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ui/app/send.js') 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', -- cgit