1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-22 17:33:23 +01:00

Made account list hover styles more consistent

This commit is contained in:
Dan Finlay 2016-05-20 12:49:33 -07:00
parent 7d5aaaa5bd
commit 18304fa46c

View File

@ -46,7 +46,7 @@ AccountsScreen.prototype.render = function() {
// subtitle and nav // subtitle and nav
h('.section-title.flex-center', [ h('.section-title.flex-center', [
h('i.fa.fa-arrow-left.fa-lg.pointer.hover-white', { h('i.fa.fa-arrow-left.fa-lg.cursor-pointer', {
onClick: (event) => { onClick: (event) => {
state.dispatch(actions.goHome()) state.dispatch(actions.goHome())
} }
@ -114,7 +114,7 @@ AccountsScreen.prototype.render = function() {
}) })
return ( return (
h('.accounts-list-option.flex-row.flex-space-between.cursor-pointer', { h('.accounts-list-option.flex-row.flex-space-between.pointer.hover-white', {
key: `account-panel-${identity.address}`, key: `account-panel-${identity.address}`,
style: { style: {
flex: '1 0 auto', flex: '1 0 auto',