From 6da293587423136684d1b3672b3a5245cb0d61d3 Mon Sep 17 00:00:00 2001 From: Viktor Fomin Date: Thu, 30 Jun 2022 14:56:19 +0300 Subject: [PATCH] Fix Bug 57890: incorrect cursor --- .../Client/src/pages/Home/Section/Body/TableView/TableRow.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/products/ASC.Files/Client/src/pages/Home/Section/Body/TableView/TableRow.js b/products/ASC.Files/Client/src/pages/Home/Section/Body/TableView/TableRow.js index cc23fb9397..8b590a911e 100644 --- a/products/ASC.Files/Client/src/pages/Home/Section/Body/TableView/TableRow.js +++ b/products/ASC.Files/Client/src/pages/Home/Section/Body/TableView/TableRow.js @@ -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 &&