mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-22 17:33:23 +01:00
ui - redesign - send
This commit is contained in:
parent
82504ae965
commit
d6a8b0b90a
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user