Skip to content

Commit

Permalink
fix: add accidentaly removed styling back #1503
Browse files Browse the repository at this point in the history
  • Loading branch information
marek-mihok committed Sep 26, 2022
1 parent 07a280f commit 5f9897c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ui/src/file_upload.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,12 @@ const
minWidth: 80,
boxSizing: 'border-box',
height: 32,
display: 'inline-block'
display: 'inline-block',
$nest: {
'&:hover': {
cursor: 'pointer'
}
}
},
asterisk: {
$nest: {
Expand Down

0 comments on commit 5f9897c

Please sign in to comment.