@lingk/sync 0.1.96 → 0.1.98

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.
@@ -364,6 +364,16 @@ aside{
364
364
  cursor: pointer;
365
365
  vertical-align: top;
366
366
  margin-left:26px;
367
+ background: #0070d2;
368
+ }
369
+ .connect-resource-group > svg > path{
370
+ fill:white;
371
+ }
372
+ .connect-resource-group:hover{
373
+ background: white;
374
+ }
375
+ .connect-resource-group:hover > svg > path{
376
+ fill:black;
367
377
  }
368
378
  .remove-resource-group:hover + .schema-group-nav{
369
379
  color: #AA0000;
@@ -373,12 +383,6 @@ aside{
373
383
  stroke-width:7;
374
384
  stroke:#555555;
375
385
  }
376
- .connect-resource-group:hover{
377
- background: #0070d2;
378
- }
379
- .connect-resource-group:hover > svg > path{
380
- fill:white;
381
- }
382
386
  .remove-resource-group:hover{
383
387
  background: #c23934;
384
388
  }
@@ -961,7 +965,7 @@ aside{
961
965
  position: absolute;
962
966
  border-left: 1px solid #D7D7D7;
963
967
  border-bottom: 1px solid #D7D7D7;
964
- width:155px;
968
+ width:170px;
965
969
  height:44px;
966
970
  right:0;top:0;
967
971
  z-index: 7;