Fix Bug 60705 - Files.Uploads. Cursor view does not change when hovering over an unsupported media file in the Uploads panel

This commit is contained in:
Elyor Djalilov 2023-01-20 18:54:35 +05:00
parent a5062da2d2
commit a0d59d4d7d

View File

@ -113,6 +113,9 @@ const StyledFileRow = styled(Row)`
css`
cursor: default;
`}
:hover {
cursor: pointer;
}
}
`;
class FileRow extends Component {