@lingk/sync 1.1.30 → 1.1.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1421,13 +1421,18 @@ aside{
1421
1421
  max-height: 102px;
1422
1422
  overflow: hidden;
1423
1423
  }
1424
-
1424
+ .file-manager-table{
1425
+ -webkit-user-select: text;
1426
+ -moz-user-select: text;
1427
+ -ms-user-select: text;
1428
+ user-select: text;
1429
+ }
1425
1430
  .file-manager-table th{
1426
1431
  cursor: pointer;
1427
- -webkit-user-select: auto;
1428
- -moz-user-select: auto;
1429
- -ms-user-select: auto;
1430
- user-select: auto;
1432
+ -webkit-user-select: text;
1433
+ -moz-user-select: text;
1434
+ -ms-user-select: text;
1435
+ user-select: text;
1431
1436
  }
1432
1437
  .delete-flat-file{
1433
1438
  stroke:#AA0000;