@lingk/sync 1.0.13 → 1.0.15

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.
@@ -383,6 +383,17 @@ aside{
383
383
  border-color: transparent;
384
384
  box-shadow: none;
385
385
  }
386
+ .remove-file-process{
387
+ stroke:grey;
388
+ height:18px;
389
+ width:18px;
390
+ margin-top:5px;
391
+ cursor: pointer;
392
+ margin-left: 3px;
393
+ }
394
+ .remove-file-process:hover{
395
+ stroke:black;
396
+ }
386
397
  .schema-panel{
387
398
  line-height: 1.4;
388
399
  margin-bottom: 8px;