Skip to content

Commit

Permalink
🐛 Show remove buttons when they have focus.
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsMud committed Jun 7, 2020
1 parent 72e7d93 commit cd092ce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/PreviewList.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ const styles = ({palette, shape, spacing}) => ({
right: spacing(-1),
width: 40,
height: 40,
'&:focus': {
opacity: 1,
},
},
});

Expand Down

0 comments on commit cd092ce

Please sign in to comment.