@lingk/sync 1.0.39 → 1.0.41

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.
@@ -719,6 +719,11 @@ aside{
719
719
  vertical-align: top;
720
720
  margin-left:26px;
721
721
  background: rgb(50, 120, 180);
722
+ padding-top:5px;
723
+ }
724
+ .unlinked-connect-resource-group{
725
+ background: #d45e5e;
726
+ padding-top:6px;
722
727
  }
723
728
  .connect-resource-group > svg > path{
724
729
  fill:white;
@@ -729,6 +734,7 @@ aside{
729
734
  .connect-resource-group:hover > svg > path{
730
735
  fill:black;
731
736
  }
737
+
732
738
  .remove-resource-group:hover + .schema-group-nav{
733
739
  color: #AA0000;
734
740
  }