mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Merge pull request #320 from MetaMask/i318
send-tx remove account select button
This commit is contained in:
commit
d3a8f3eebe
@ -218,3 +218,7 @@ hr.horizontal-line {
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.invisible {
|
||||||
|
visibility: hidden;
|
||||||
|
}
|
@ -61,7 +61,7 @@ SendTransactionScreen.prototype.render = function () {
|
|||||||
},
|
},
|
||||||
}, [
|
}, [
|
||||||
|
|
||||||
// invisible placeholder for later
|
// back button
|
||||||
h('i.fa.fa-arrow-left.fa-lg.cursor-pointer.color-orange', {
|
h('i.fa.fa-arrow-left.fa-lg.cursor-pointer.color-orange', {
|
||||||
onClick: this.back.bind(this),
|
onClick: this.back.bind(this),
|
||||||
}),
|
}),
|
||||||
@ -74,10 +74,8 @@ SendTransactionScreen.prototype.render = function () {
|
|||||||
}),
|
}),
|
||||||
]),
|
]),
|
||||||
|
|
||||||
// small accounts nav
|
// invisible place holder
|
||||||
h('i.fa.fa-users.fa-lg.cursor-pointer.color-orange', {
|
h('i.fa.fa-users.fa-lg.invisible'),
|
||||||
onClick: this.navigateToAccounts.bind(this),
|
|
||||||
}),
|
|
||||||
|
|
||||||
]),
|
]),
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user