Fixed Bug 55254 - Client.Files. Fixed the change of the cursor to the "palm"

This commit is contained in:
Nikita Gopienko 2022-02-10 11:25:00 +03:00
parent 8220d23a10
commit ef87651b3a
3 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ const StyledSimpleFilesRow = styled(Row)`
cursor: ${(props) =>
!props.isThirdPartyFolder &&
(props.checked || props.isActive) &&
"url(images/cursor.palm.svg), auto"};
"url(/static/images/cursor.palm.react.svg), auto"};
${(props) =>
props.inProgress &&
css`

View File

@ -53,7 +53,7 @@ const StyledTableRow = styled(TableRow)`
cursor: ${(props) =>
!props.isThirdPartyFolder &&
(props.checked || props.isActive) &&
"url(images/cursor.palm.svg), auto"};
"url(/static/images/cursor.palm.react.svg), auto"};
${(props) =>
props.inProgress &&

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB