Commit 13e3a540 authored by Eric Rosenbaum's avatar Eric Rosenbaum

cursor pointer on member tile when selecting

parent 198ae582
...@@ -122,6 +122,10 @@ ...@@ -122,6 +122,10 @@
margin: auto 8px; margin: auto 8px;
} }
.transfer-host-tile {
cursor: pointer;
}
.transfer-host-tile-selected { .transfer-host-tile-selected {
background: $ui-aqua; background: $ui-aqua;
} }
......
...@@ -47,6 +47,7 @@ const TransferHostSelection = ({ ...@@ -47,6 +47,7 @@ const TransferHostSelection = ({
image={item.profile.images['90x90']} image={item.profile.images['90x90']}
isCreator={false} isCreator={false}
selected={item.id === selectedId} selected={item.id === selectedId}
className="transfer-host-tile"
/>) />)
)} )}
{moreToLoad && {moreToLoad &&
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment