aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/tx-list.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components/tx-list.js')
-rw-r--r--ui/app/components/tx-list.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/tx-list.js b/ui/app/components/tx-list.js
index 724e86c21..5066ab387 100644
--- a/ui/app/components/tx-list.js
+++ b/ui/app/components/tx-list.js
@@ -96,7 +96,7 @@ TxList.prototype.renderTransactionListItem = function (transaction) {
address,
transactionAmount,
transactionHash,
- className: '.tx-list-clickable',
+ className: '.tx-list-item.tx-list-clickable',
}
if (transactionStatus === 'unapproved') {