[beta] UI backports (#4818)

* Update the key (#4817)

* 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

* Fix default values for contract queries
This commit is contained in:
Jaco Greeff
2017-03-08 12:50:44 +01:00
committed by GitHub
parent f9a0aa0022
commit af826f877e
6 changed files with 52 additions and 27 deletions

View File

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