Skip to content

Commit

Permalink
Merge pull request #191 from MatthijsMud/master
Browse files Browse the repository at this point in the history
🐛 Show remove buttons when they have focus
  • Loading branch information
Mattia Panzeri authored Jun 7, 2020
2 parents 72e7d93 + cd092ce commit da265ee
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 da265ee

Please sign in to comment.