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:
parent
7d5aaaa5bd
commit
18304fa46c
@ -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…
Reference in New Issue
Block a user