Made account list hover styles more consistent

feature/default_network_editable
Dan Finlay 9 years ago
parent 7d5aaaa5bd
commit 18304fa46c
  1. 4
      ui/app/accounts.js

@ -46,7 +46,7 @@ AccountsScreen.prototype.render = function() {
// subtitle and nav
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) => {
state.dispatch(actions.goHome())
}
@ -114,7 +114,7 @@ AccountsScreen.prototype.render = function() {
})
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}`,
style: {
flex: '1 0 auto',

Loading…
Cancel
Save