aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/tx-view.js
diff options
context:
space:
mode:
authorChi Kei Chan <chikeichan@gmail.com>2017-10-24 15:13:49 +0800
committerChi Kei Chan <chikeichan@gmail.com>2017-10-24 15:13:49 +0800
commit4401800a42eccbd77f11b332e1052431328401bb (patch)
treed5ff4c3e0938f9285ed76ab57e09a6f9fb474392 /ui/app/components/tx-view.js
parenta63373401b9983b991d4b2a0e28eec8d66c18e78 (diff)
downloadtangerine-wallet-browser-4401800a42eccbd77f11b332e1052431328401bb.tar.gz
tangerine-wallet-browser-4401800a42eccbd77f11b332e1052431328401bb.tar.zst
tangerine-wallet-browser-4401800a42eccbd77f11b332e1052431328401bb.zip
Account menu white check mark
Diffstat (limited to 'ui/app/components/tx-view.js')
-rw-r--r--ui/app/components/tx-view.js7
1 files changed, 4 insertions, 3 deletions
diff --git a/ui/app/components/tx-view.js b/ui/app/components/tx-view.js
index d903998c0..ebef22680 100644
--- a/ui/app/components/tx-view.js
+++ b/ui/app/components/tx-view.js
@@ -109,14 +109,15 @@ TxView.prototype.render = function () {
margin: '1em 0.9em',
alignItems: 'center',
},
- onClick: () => {
- this.props.sidebarOpen ? this.props.hideSidebar() : this.props.showSidebar()
- },
}, [
h('div.fa.fa-bars', {
style: {
fontSize: '1.3em',
+ cursor: 'pointer',
+ },
+ onClick: () => {
+ this.props.sidebarOpen ? this.props.hideSidebar() : this.props.showSidebar()
},
}, []),