Adjust selection colours/display (#4811)

* Adjust selection colours to match with mui

* allow -> disable (simplify selections)

* Only use top-border

* Overlay selection line

* Slightly more muted unselected

* Restore address icon
This commit is contained in:
Jaco Greeff
2017-03-08 12:00:27 +01:00
committed by GitHub
parent f0f2d00924
commit f16b53d92a
4 changed files with 21 additions and 21 deletions

View File

@@ -348,7 +348,6 @@ class AddressSelect extends Component {
return (
<AccountCard
account={ account }
allowAddressClick
balance={ balance }
className={ styles.account }
key={ `account_${index}` }