icn3d 3.49.5 → 3.50.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 CHANGED
@@ -125,7 +125,7 @@ button, select, input { font-size: 10px; }
125
125
  .icn3d-nalign {}
126
126
  */
127
127
 
128
- .icn3d-node, .icn3d-ctnode {cursor:pointer!important; }
128
+ .icn3d-node, .icn3d-ctnode, #rnacanvasSvg text {cursor:pointer!important; }
129
129
  .icn3d-interaction {cursor:pointer!important; }
130
130
 
131
131
  /* force-directed graph node text */
@@ -297,6 +297,12 @@ input:checked + .icn3d-slider:before {
297
297
  overflow: auto;
298
298
  }
299
299
 
300
+ svg text {
301
+ user-select: none!important;
302
+ -webkit-user-select: none!important;
303
+ -webkit-tap-highlight-color: transparent!important;
304
+ }
305
+
300
306
  .color-picker,
301
307
  .color-picker:before,
302
308
  .color-picker:after,