@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.
- package/build/css/main.css +11 -7
- package/build/lightning.js.map +1 -1
- package/build/lightningStyles.js.map +1 -1
- package/build/lingk.js.map +1 -1
- package/build/lingkStyles.js.map +1 -1
- package/build/main.js +7 -19
- package/build/main.js.map +1 -1
- package/build/reducer.js.map +1 -1
- package/package.json +1 -1
package/build/css/main.css
CHANGED
|
@@ -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:
|
|
968
|
+
width:170px;
|
|
965
969
|
height:44px;
|
|
966
970
|
right:0;top:0;
|
|
967
971
|
z-index: 7;
|