diff options
author | Kevin Serrano <kevgagser@gmail.com> | 2016-06-28 02:55:05 +0800 |
---|---|---|
committer | Kevin Serrano <kevgagser@gmail.com> | 2016-06-28 02:55:05 +0800 |
commit | 8c7511e9da6cc9da4c482467ec53208bcb97893e (patch) | |
tree | 665fe9b1fb540272f8d8a46cf01545450e87f7c7 /ui/app/accounts | |
parent | 36c7ffa585f85179458e3ff874a4e821772b6524 (diff) | |
download | tangerine-wallet-browser-8c7511e9da6cc9da4c482467ec53208bcb97893e.tar tangerine-wallet-browser-8c7511e9da6cc9da4c482467ec53208bcb97893e.tar.gz tangerine-wallet-browser-8c7511e9da6cc9da4c482467ec53208bcb97893e.tar.bz2 tangerine-wallet-browser-8c7511e9da6cc9da4c482467ec53208bcb97893e.tar.lz tangerine-wallet-browser-8c7511e9da6cc9da4c482467ec53208bcb97893e.tar.xz tangerine-wallet-browser-8c7511e9da6cc9da4c482467ec53208bcb97893e.tar.zst tangerine-wallet-browser-8c7511e9da6cc9da4c482467ec53208bcb97893e.zip |
Add alt titles to most critical icons
We can change most of these later to a more "elegant" solution, but from the user perspective, having these tooltips is comforting imo.
Diffstat (limited to 'ui/app/accounts')
-rw-r--r-- | ui/app/accounts/account-list-item.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/app/accounts/account-list-item.js b/ui/app/accounts/account-list-item.js index b42de182e..6bba6e145 100644 --- a/ui/app/accounts/account-list-item.js +++ b/ui/app/accounts/account-list-item.js @@ -62,6 +62,7 @@ NewComponent.prototype.render = function () { }, }, [ h('img.cursor-pointer.color-orange', { + title: 'Copy Address', src: 'images/copy.svg', onClick: (event) => { event.stopPropagation() |