mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +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('section.data', [
|
||||||
h('details', [
|
h('details', [
|
||||||
h('summary', {
|
h('summary', {
|
||||||
style: {cursor: 'pointer'},
|
style: {
|
||||||
|
cursor: 'pointer',
|
||||||
|
outline: 'none',
|
||||||
|
},
|
||||||
}, 'Advanced'),
|
}, 'Advanced'),
|
||||||
h('textarea.txData', {
|
h('textarea.txData', {
|
||||||
type: 'textarea',
|
type: 'textarea',
|
||||||
|
Loading…
Reference in New Issue
Block a user