Fix Bug 57890: incorrect cursor

This commit is contained in:
Viktor Fomin 2022-06-30 14:56:19 +03:00
parent 98be4769b4
commit 6da2935874

View File

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