diff --git a/src/routes/safe/component/Balances/index.jsx b/src/routes/safe/component/Balances/index.jsx index 13a9f31f..cca31aaf 100644 --- a/src/routes/safe/component/Balances/index.jsx +++ b/src/routes/safe/component/Balances/index.jsx @@ -77,8 +77,17 @@ const styles = theme => ({ iconSmall: { fontSize: 16, }, + hide: { + '&:hover': { + backgroundColor: '#fff3e2', + }, + '&:hover $actions': { + visibility: 'initial', + }, + }, actions: { justifyContent: 'flex-end', + visibility: 'hidden', }, send: { minWidth: '0px', @@ -140,7 +149,7 @@ class Balances extends React.Component { data={filteredData} > {(sortedData: Array) => sortedData.map((row: any, index: number) => ( - + { autoColumns.map((column: Column) => ( {row[column.id]}