@@ -350,8 +350,7 @@ function styleExtentTexts(selection) {
350350 selection
351351 . classed ( c . cn . axisExtentText , true )
352352 . attr ( 'text-anchor' , 'middle' )
353- . style ( 'cursor' , 'default' )
354- . style ( 'user-select' , 'none' ) ;
353+ . style ( 'cursor' , 'default' ) ;
355354}
356355
357356function parcoordsInteractionState ( ) {
@@ -655,8 +654,7 @@ module.exports = function parcoords(gd, cdModule, layout, callbacks) {
655654
656655 axis . selectAll ( 'text' )
657656 . style ( 'text-shadow' , '1px 1px 1px #fff, -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff' )
658- . style ( 'cursor' , 'default' )
659- . style ( 'user-select' , 'none' ) ;
657+ . style ( 'cursor' , 'default' ) ;
660658
661659 var axisHeading = axisOverlays . selectAll ( '.' + c . cn . axisHeading )
662660 . data ( repeat , keyFun ) ;
@@ -673,7 +671,6 @@ module.exports = function parcoords(gd, cdModule, layout, callbacks) {
673671 . classed ( c . cn . axisTitle , true )
674672 . attr ( 'text-anchor' , 'middle' )
675673 . style ( 'cursor' , 'ew-resize' )
676- . style ( 'user-select' , 'none' )
677674 . style ( 'pointer-events' , 'auto' ) ;
678675
679676 axisTitle
0 commit comments