Skip to content

Commit

Permalink
Fixed Bug 55254 - Client.Files. Fixed the change of the cursor to the…
Browse files Browse the repository at this point in the history
… "palm"
  • Loading branch information
gopienkonikita committed Feb 10, 2022
1 parent 8220d23 commit ef87651
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 &&
Expand Down
File renamed without changes

0 comments on commit ef87651

Please sign in to comment.