icn3d 3.50.0 → 3.51.0
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/css/icn3d.css +3 -2
- package/icn3d.js +330 -103
- package/icn3d.min.js +4 -4
- package/icn3d.module.js +330 -103
- package/package.json +1 -1
package/css/icn3d.css
CHANGED
|
@@ -125,7 +125,7 @@ button, select, input { font-size: 10px; }
|
|
|
125
125
|
.icn3d-nalign {}
|
|
126
126
|
*/
|
|
127
127
|
|
|
128
|
-
.icn3d-node, .icn3d-ctnode, #rnacanvasSvg text {cursor:pointer!important; }
|
|
128
|
+
.icn3d-node, .icn3d-ctnode, #rnacanvasSvg text, #ig2ddgmSvg .node {cursor:pointer!important; }
|
|
129
129
|
.icn3d-interaction {cursor:pointer!important; }
|
|
130
130
|
|
|
131
131
|
/* force-directed graph node text */
|
|
@@ -296,12 +296,13 @@ input:checked + .icn3d-slider:before {
|
|
|
296
296
|
background-color: #369;
|
|
297
297
|
overflow: auto;
|
|
298
298
|
}
|
|
299
|
-
|
|
299
|
+
/*
|
|
300
300
|
svg text {
|
|
301
301
|
user-select: none!important;
|
|
302
302
|
-webkit-user-select: none!important;
|
|
303
303
|
-webkit-tap-highlight-color: transparent!important;
|
|
304
304
|
}
|
|
305
|
+
*/
|
|
305
306
|
|
|
306
307
|
.color-picker,
|
|
307
308
|
.color-picker:before,
|