@lingk/sync 1.1.13 → 1.1.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.
- package/build/credentialSections.js +71 -35
- package/build/credentialSections.js.map +1 -1
- package/build/css/main.css +8 -0
- 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/loadData.js.map +1 -1
- package/build/main.js +73 -40
- package/build/main.js.map +1 -1
- package/build/metadataDropdown.js.map +1 -1
- package/build/metadataFunctions.js.map +1 -1
- package/build/reducer.js.map +1 -1
- package/build/saveData.js.map +1 -1
- package/package.json +1 -1
package/build/css/main.css
CHANGED
|
@@ -1421,6 +1421,14 @@ aside{
|
|
|
1421
1421
|
max-height: 102px;
|
|
1422
1422
|
overflow: hidden;
|
|
1423
1423
|
}
|
|
1424
|
+
|
|
1425
|
+
.file-manager-table th{
|
|
1426
|
+
cursor: pointer;
|
|
1427
|
+
-webkit-user-select: auto;
|
|
1428
|
+
-moz-user-select: auto;
|
|
1429
|
+
-ms-user-select: auto;
|
|
1430
|
+
user-select: auto;
|
|
1431
|
+
}
|
|
1424
1432
|
.rc-time-picker {
|
|
1425
1433
|
display: inline-block;
|
|
1426
1434
|
box-sizing: border-box;
|