From 9c7abacf64c3c83790330c04baf456a1f642ed36 Mon Sep 17 00:00:00 2001 From: Kevin Serrano Date: Tue, 15 Aug 2017 12:26:11 -0700 Subject: Change cursor type to indicate link. --- ui/app/account-detail.js | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/app/account-detail.js') diff --git a/ui/app/account-detail.js b/ui/app/account-detail.js index 95e2c1cf9..4046b5875 100644 --- a/ui/app/account-detail.js +++ b/ui/app/account-detail.js @@ -275,6 +275,7 @@ AccountDetailScreen.prototype.tabSwitchView = function () { h('span.hotFix', { style: { color: 'rgba(247, 134, 28, 1)', + cursor: 'pointer', }, onClick: () => { global.platform.openWindow({ -- cgit v1.2.3